aboutsummaryrefslogtreecommitdiffstats
path: root/src/textPartFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/textPartFactory.cpp')
-rw-r--r--src/textPartFactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/textPartFactory.cpp b/src/textPartFactory.cpp
index c8fc37eb..0401cc8c 100644
--- a/src/textPartFactory.cpp
+++ b/src/textPartFactory.cpp
@@ -17,12 +17,12 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
-#include "textPartFactory.hpp"
-#include "exception.hpp"
+#include "vmime/textPartFactory.hpp"
+#include "vmime/exception.hpp"
-#include "plainTextPart.hpp"
-#include "htmlTextPart.hpp"
+#include "vmime/plainTextPart.hpp"
+#include "vmime/htmlTextPart.hpp"
namespace vmime