From 6f278de337b1f017a34211250bbb09d8c72a8a3e Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 19 Oct 2005 11:28:36 +0000 Subject: Charset converter. --- tests/charset/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/charset/main.cpp') diff --git a/tests/charset/main.cpp b/tests/charset/main.cpp index 0fb2495a..9ad30432 100644 --- a/tests/charset/main.cpp +++ b/tests/charset/main.cpp @@ -24,14 +24,14 @@ #include #include -#include "../../src/vmime" -#include "../../examples/common.inc" +#include "vmime/vmime.hpp" +#include "vmime/platforms/posix/posixHandler.hpp" int main(int argc, char* argv[]) { // VMime initialization - vmime::platformDependant::setHandler(); + vmime::platformDependant::setHandler(); const vmime::string from(argv[1]); -- cgit