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/maildirUtils.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/maildirUtils.cpp')
-rw-r--r-- | src/messaging/maildirUtils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/messaging/maildirUtils.cpp b/src/messaging/maildirUtils.cpp index aba91372..587f8f4c 100644 --- a/src/messaging/maildirUtils.cpp +++ b/src/messaging/maildirUtils.cpp @@ -17,10 +17,10 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -#include "maildirUtils.hpp" -#include "maildirStore.hpp" +#include "messaging/maildirUtils.hpp" +#include "messaging/maildirStore.hpp" -#include "../utility/random.hpp" +#include "utility/random.hpp" namespace vmime { |