diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2014-02-14 14:41:25 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2014-02-14 14:41:25 +0000 |
commit | 8fee91db34c6746951ced9a348b36c5b758d576e (patch) | |
tree | a986bed64ee725de3eb52c5f0838f6c59b8aa7d9 /bootstrap/h_app_empty.cpp | |
parent | bf351e294647b19b2abb7e59344e619866206e71 (diff) |
Notes
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 df8c1fb276231..9656f00135b83 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: |