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/service.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/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 { |