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/POP3Store.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/messaging/POP3Store.cpp') diff --git a/src/messaging/POP3Store.cpp b/src/messaging/POP3Store.cpp index 4bf40583..d5b4ec12 100644 --- a/src/messaging/POP3Store.cpp +++ b/src/messaging/POP3Store.cpp @@ -17,14 +17,13 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -#include "POP3Store.hpp" +#include "messaging/POP3Store.hpp" +#include "messaging/POP3Folder.hpp" -#include "../exception.hpp" -#include "../platformDependant.hpp" -#include "../messageId.hpp" -#include "../utility/md5.hpp" - -#include "POP3Folder.hpp" +#include "exception.hpp" +#include "platformDependant.hpp" +#include "messageId.hpp" +#include "utility/md5.hpp" #include -- cgit v1.2.3