diff options
author | Vincent Richard <[email protected]> | 2004-12-26 20:23:29 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-26 20:23:29 +0000 |
commit | 4ce991d3b1bd97fbb896d17fb8f36f6650429a22 (patch) | |
tree | 2db6e072b862dd809d4acd8c571a1b859fdcb484 /tests/parser/textTest.cpp | |
parent | Allow creating a service from an URL. (diff) | |
download | vmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.tar.gz vmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.zip |
Moved all header files to 'vmime/' directory.
Diffstat (limited to 'tests/parser/textTest.cpp')
-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; |