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/platforms/posix/handler.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/platforms/posix/handler.hpp')
| -rw-r--r-- | src/platforms/posix/handler.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/platforms/posix/handler.hpp b/src/platforms/posix/handler.hpp index 252d45d3..a284e5ab 100644 --- a/src/platforms/posix/handler.hpp +++ b/src/platforms/posix/handler.hpp @@ -21,15 +21,15 @@ #define VMIME_PLATFORMS_POSIX_HANDLER_HPP_INCLUDED -#include "../../config.hpp" -#include "../../platformDependant.hpp" +#include "config.hpp" +#include "platformDependant.hpp" #if VMIME_HAVE_MESSAGING_FEATURES - #include "socket.hpp" + #include "platforms/posix/socket.hpp" #endif #if VMIME_HAVE_FILESYSTEM_FEATURES - #include "file.hpp" + #include "platforms/posix/file.hpp" #endif |
