diff options
Diffstat (limited to '')
-rw-r--r-- | src/messaging/SMTPTransport.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/messaging/SMTPTransport.hpp b/src/messaging/SMTPTransport.hpp index b63da5c3..84f680b9 100644 --- a/src/messaging/SMTPTransport.hpp +++ b/src/messaging/SMTPTransport.hpp @@ -21,10 +21,11 @@ #define VMIME_MESSAGING_SMTPTRANSPORT_HPP_INCLUDED -#include "transport.hpp" -#include "socket.hpp" -#include "../config.hpp" -#include "timeoutHandler.hpp" +#include "config.hpp" + +#include "messaging/transport.hpp" +#include "messaging/socket.hpp" +#include "messaging/timeoutHandler.hpp" namespace vmime { |