aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/serviceFactory.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-26 09:35:13 +0000
committerVincent Richard <[email protected]>2004-12-26 09:35:13 +0000
commit263b6aa00fb009ff26ac51d65bc25b742f622a44 (patch)
tree0cf71e781427e9868b21323c1dfacafa392888db /src/messaging/serviceFactory.cpp
parentRenamed class 'disposition' to 'contentDisposition'. (diff)
downloadvmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.tar.gz
vmime-263b6aa00fb009ff26ac51d65bc25b742f622a44.zip
Removed relative paths from #include's.
Diffstat (limited to 'src/messaging/serviceFactory.cpp')
-rw-r--r--src/messaging/serviceFactory.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/messaging/serviceFactory.cpp b/src/messaging/serviceFactory.cpp
index b6a69313..666e052d 100644
--- a/src/messaging/serviceFactory.cpp
+++ b/src/messaging/serviceFactory.cpp
@@ -17,13 +17,13 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
-#include "serviceFactory.hpp"
-#include "service.hpp"
+#include "messaging/serviceFactory.hpp"
+#include "messaging/service.hpp"
-#include "../exception.hpp"
-#include "../config.hpp"
+#include "exception.hpp"
+#include "config.hpp"
-#include "builtinServices.inl"
+#include "messaging/builtinServices.inl"
namespace vmime {