diff -r 0ed94ceaa377 -r cb62a4f66ebe browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp --- 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 #include #include @@ -23,10 +22,9 @@ #include #include "HttpConnection.h" -#include "leaktracker.h" +#include #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.