diff options
Diffstat (limited to 'bootstrap/h_app_empty.cpp')
-rw-r--r-- | bootstrap/h_app_empty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/h_app_empty.cpp b/bootstrap/h_app_empty.cpp index df8c1fb..9656f00 100644 --- a/bootstrap/h_app_empty.cpp +++ b/bootstrap/h_app_empty.cpp @@ -29,9 +29,9 @@ #include <cstdlib> -#include "atf-c++/detail/application.hpp" +#include "tools/application.hpp" -class h_app_empty : public atf::application::app { +class h_app_empty : public tools::application::app { static const char* m_description; public: |