diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpConnection.cpp --- 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 #include #include -#include +#include #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.