diff options
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. |