diff options
author | Vincent Richard <[email protected]> | 2004-12-26 09:35:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-26 09:35:13 +0000 |
commit | 263b6aa00fb009ff26ac51d65bc25b742f622a44 (patch) | |
tree | 0cf71e781427e9868b21323c1dfacafa392888db /src/messaging/IMAPStore.hpp | |
parent | Renamed class 'disposition' to 'contentDisposition'. (diff) | |
download | vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.tar.gz vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.zip |
Removed relative paths from #include's.
Diffstat (limited to 'src/messaging/IMAPStore.hpp')
-rw-r--r-- | src/messaging/IMAPStore.hpp | 9 |
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> |