--- a/browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpHandler.h Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/UrlHandler/inc/HttpHandler.h Wed Sep 01 12:28:30 2010 +0100
@@ -15,11 +15,9 @@
*
*/
-
#ifndef HTTP_HANDLER_H
#define HTTP_HANDLER_H
-
// INCLUDES
#include <e32base.h>
#include <http/mhttptransactioncallback.h>
@@ -27,7 +25,7 @@
#include <http/rhttptransaction.h>
#include "HttpConnection.h"
-#include "LeakTracker.h"
+#include <leaktracker.h>
#include "UrlHandler.h"
// CONSTANTS
@@ -45,7 +43,6 @@
// CLASS DECLARATION
-
/**
* A class that fetches resources via HTTP 1.1.
*