browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp	Wed Sep 01 12:28:30 2010 +0100
@@ -15,18 +15,16 @@
 *
 */
 
-
 #include <http.h>
 #include <httpfiltercommonstringsext.h>
 #include <httpfilterconnhandlerinterface.h>
-#include <InternetConnectionManager.h>
+#include <internetconnectionmanager.h>
 #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.