aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirStore.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/maildirStore.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/maildirStore.cpp')
-rw-r--r--src/messaging/maildirStore.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp
index a74e4c7d..8390117b 100644
--- a/src/messaging/maildirStore.cpp
+++ b/src/messaging/maildirStore.cpp
@@ -17,12 +17,14 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
-#include "maildirStore.hpp"
+#include "messaging/maildirStore.hpp"
-#include "maildirFolder.hpp"
+#include "messaging/maildirFolder.hpp"
-#include "../exception.hpp"
-#include "../platformDependant.hpp"
+#include "utility/smartPtr.hpp"
+
+#include "exception.hpp"
+#include "platformDependant.hpp"
namespace vmime {