aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPStore.cpp
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/IMAPStore.cpp
parentRenamed class 'disposition' to 'contentDisposition'. (diff)
downloadvmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.tar.gz
vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.zip
Removed relative paths from #include's.
Diffstat (limited to 'src/messaging/IMAPStore.cpp')
-rw-r--r--src/messaging/IMAPStore.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/messaging/IMAPStore.cpp b/src/messaging/IMAPStore.cpp
index 8b8d9457..482c559f 100644
--- a/src/messaging/IMAPStore.cpp
+++ b/src/messaging/IMAPStore.cpp
@@ -17,12 +17,12 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
-#include "IMAPStore.hpp"
-#include "IMAPFolder.hpp"
-#include "IMAPConnection.hpp"
+#include "messaging/IMAPStore.hpp"
+#include "messaging/IMAPFolder.hpp"
+#include "messaging/IMAPConnection.hpp"
-#include "../exception.hpp"
-#include "../platformDependant.hpp"
+#include "exception.hpp"
+#include "platformDependant.hpp"
#include <map>