aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/IMAPStore.hpp')
-rw-r--r--src/messaging/IMAPStore.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/messaging/IMAPStore.hpp b/src/messaging/IMAPStore.hpp
index 8ad99991..70f049b5 100644
--- a/src/messaging/IMAPStore.hpp
+++ b/src/messaging/IMAPStore.hpp
@@ -21,10 +21,11 @@
#define VMIME_MESSAGING_IMAPSTORE_HPP_INCLUDED
-#include "store.hpp"
-#include "socket.hpp"
-#include "folder.hpp"
-#include "../config.hpp"
+#include "config.hpp"
+
+#include "messaging/store.hpp"
+#include "messaging/socket.hpp"
+#include "messaging/folder.hpp"
#include <ostream>