diff options
Diffstat (limited to 'src/messaging/service.hpp')
-rw-r--r-- | src/messaging/service.hpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/messaging/service.hpp b/src/messaging/service.hpp index e6aa372c..062d9b69 100644 --- a/src/messaging/service.hpp +++ b/src/messaging/service.hpp @@ -21,14 +21,15 @@ #define VMIME_MESSAGING_SERVICE_HPP_INCLUDED -#include "../types.hpp" -#include "session.hpp" +#include "types.hpp" -#include "authenticator.hpp" -#include "progressionListener.hpp" +#include "messaging/session.hpp" -#include "serviceFactory.hpp" -#include "serviceInfos.hpp" +#include "messaging/authenticator.hpp" +#include "messaging/progressionListener.hpp" + +#include "messaging/serviceFactory.hpp" +#include "messaging/serviceInfos.hpp" namespace vmime { |