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/IMAPConnection.cpp | |
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/IMAPConnection.cpp')
-rw-r--r-- | src/messaging/IMAPConnection.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/messaging/IMAPConnection.cpp b/src/messaging/IMAPConnection.cpp index 63c96841..7992db3c 100644 --- a/src/messaging/IMAPConnection.cpp +++ b/src/messaging/IMAPConnection.cpp @@ -17,13 +17,13 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -#include "IMAPTag.hpp" -#include "IMAPConnection.hpp" -#include "IMAPUtils.hpp" -#include "IMAPStore.hpp" +#include "messaging/IMAPTag.hpp" +#include "messaging/IMAPConnection.hpp" +#include "messaging/IMAPUtils.hpp" +#include "messaging/IMAPStore.hpp" -#include "../exception.hpp" -#include "../platformDependant.hpp" +#include "exception.hpp" +#include "platformDependant.hpp" #include <sstream> |