aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/POP3Folder.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/POP3Folder.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/POP3Folder.hpp')
-rw-r--r--src/messaging/POP3Folder.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/messaging/POP3Folder.hpp b/src/messaging/POP3Folder.hpp
index 7afaaa1d..93174a8a 100644
--- a/src/messaging/POP3Folder.hpp
+++ b/src/messaging/POP3Folder.hpp
@@ -24,9 +24,10 @@
#include <vector>
#include <map>
-#include "../types.hpp"
-#include "folder.hpp"
-#include "../config.hpp"
+#include "config.hpp"
+#include "types.hpp"
+
+#include "messaging/folder.hpp"
namespace vmime {