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.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/maildirUtils.hpp')
-rw-r--r-- | src/messaging/maildirUtils.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/maildirUtils.hpp b/src/messaging/maildirUtils.hpp index 6d5f0628..ca0b9bfd 100644 --- a/src/messaging/maildirUtils.hpp +++ b/src/messaging/maildirUtils.hpp @@ -21,8 +21,8 @@ #define VMIME_MESSAGING_MAILDIRUTILS_HPP_INCLUDED -#include "../utility/file.hpp" -#include "../utility/path.hpp" +#include "utility/file.hpp" +#include "utility/path.hpp" namespace vmime { |