aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPConnection.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/IMAPConnection.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/IMAPConnection.hpp')
-rw-r--r--src/messaging/IMAPConnection.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/messaging/IMAPConnection.hpp b/src/messaging/IMAPConnection.hpp
index 0cd9b144..e53978c0 100644
--- a/src/messaging/IMAPConnection.hpp
+++ b/src/messaging/IMAPConnection.hpp
@@ -21,12 +21,13 @@
#define VMIME_MESSAGING_IMAPCONNECTION_HPP_INCLUDED
-#include "authenticator.hpp"
-#include "socket.hpp"
-#include "../config.hpp"
-#include "timeoutHandler.hpp"
+#include "config.hpp"
-#include "IMAPParser.hpp"
+#include "messaging/authenticator.hpp"
+#include "messaging/socket.hpp"
+#include "messaging/timeoutHandler.hpp"
+
+#include "messaging/IMAPParser.hpp"
namespace vmime {