diff options
Diffstat (limited to '')
-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 |