From 263b6aa00fb009ff26ac51d65bc25b742f622a44 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 26 Dec 2004 09:35:13 +0000 Subject: Removed relative paths from #include's. --- src/messaging/session.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/messaging/session.hpp') diff --git a/src/messaging/session.hpp b/src/messaging/session.hpp index ad521fc3..61e94fb1 100644 --- a/src/messaging/session.hpp +++ b/src/messaging/session.hpp @@ -21,10 +21,10 @@ #define VMIME_MESSAGING_SESSION_HPP_INCLUDED -#include "authenticator.hpp" -#include "progressionListener.hpp" +#include "messaging/authenticator.hpp" +#include "messaging/progressionListener.hpp" -#include "../propertySet.hpp" +#include "propertySet.hpp" namespace vmime { -- cgit v1.2.3