aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPUtils.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-26 09:35:13 +0000
committerVincent Richard <[email protected]>2004-12-26 09:35:13 +0000
commit263b6aa00fb009ff26ac51d65bc25b742f622a44 (patch)
tree0cf71e781427e9868b21323c1dfacafa392888db /src/messaging/IMAPUtils.hpp
parentRenamed class 'disposition' to 'contentDisposition'. (diff)
downloadvmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.tar.gz
vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.zip
Removed relative paths from #include's.
Diffstat (limited to 'src/messaging/IMAPUtils.hpp')
-rw-r--r--src/messaging/IMAPUtils.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/messaging/IMAPUtils.hpp b/src/messaging/IMAPUtils.hpp
index 9d523eb7..767cbc34 100644
--- a/src/messaging/IMAPUtils.hpp
+++ b/src/messaging/IMAPUtils.hpp
@@ -21,10 +21,11 @@
#define VMIME_MESSAGING_IMAPUTILS_HPP_INCLUDED
-#include "folder.hpp"
-#include "../types.hpp"
-#include "IMAPParser.hpp"
-#include "../dateTime.hpp"
+#include "types.hpp"
+#include "dateTime.hpp"
+
+#include "messaging/folder.hpp"
+#include "messaging/IMAPParser.hpp"
#include <vector>