browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
child 93 79859ed3eea9
--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Thu Dec 17 09:20:16 2009 +0200
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Thu Jan 07 13:31:38 2010 +0200
@@ -15,7 +15,6 @@
 *
 */
 
-
 #include <http.h>
 #include <httpfiltercommonstringsext.h>
 #include <httpfilterconnhandlerinterface.h>
@@ -23,10 +22,9 @@
 #include <httpfiltercommonstringsaddition.h>
 
 #include "HttpConnection.h"
-#include "leaktracker.h"
+#include <leaktracker.h>
 #include "Logger.h"
 
-
 // -----------------------------------------------------------------------------
 // CHttpConnection::CHttpConnection
 // C++ default constructor can NOT contain any code, that
@@ -37,7 +35,6 @@
     {
     }
         
-
 // -----------------------------------------------------------------------------
 // CHttpConnection::BaseConstructL
 // Symbian 2nd phase constructor can leave.