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 /atf-c++/tests_test.cpp | |
parent | bf351e294647b19b2abb7e59344e619866206e71 (diff) |
Notes
Diffstat (limited to 'atf-c++/tests_test.cpp')
-rw-r--r-- | atf-c++/tests_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atf-c++/tests_test.cpp b/atf-c++/tests_test.cpp index 63ab2ef91a5d..5f19a4e176c0 100644 --- a/atf-c++/tests_test.cpp +++ b/atf-c++/tests_test.cpp @@ -40,8 +40,8 @@ extern "C" { #include "macros.hpp" -#include "detail/parser.hpp" #include "detail/test_helpers.hpp" +#include "detail/text.hpp" // ------------------------------------------------------------------------ // Tests for the "atf_tp_writer" class. |