diff options
Diffstat (limited to '')
-rw-r--r-- | tests/parser/textTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp index 523b5883..1262b7ee 100644 --- a/tests/parser/textTest.cpp +++ b/tests/parser/textTest.cpp @@ -22,10 +22,10 @@ #include <iostream> #include <ostream> -#include "../../src/vmime" -#include "../../src/platforms/posix/handler.hpp" +#include "vmime/vmime.hpp" +#include "vmime/platforms/posix/handler.hpp" -#include "testUtils.hpp" +#include "tests/parser/testUtils.hpp" using namespace unitpp; |