codhandler/codeng/src/HttpLoader.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/codhandler/codeng/src/HttpLoader.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/codhandler/codeng/src/HttpLoader.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -17,6 +17,7 @@
 *
 */
 
+
 // INCLUDE FILES
 
 #include "HttpLoader.h"
@@ -32,20 +33,22 @@
 #include "CodProgress.h"
 #include "CodEngbase.h"
 
-#include <cookiefilterinterface.h>
+#include <CookieFilterInterface.h>
 #include <uaproffilter_interface.h>
-#include <deflatefilterinterface.h>
+#include <DeflateFilterInterface.h>
 #include <httperr.h>
 #include <bldvariant.hrh>
-#include <ecom/ecom.h>
+#include <ECom.h>
 #include <es_sock.h>
 #include <EscapeUtils.h>
 #include <http/rhttpheaders.h>
 #include <Oma2Agent.h>
-#include <httpdownloadmgrcommon.h>
-#include "HeaderField.h"
-#include "FileExt.h"
-#include "CodData.h"
+#include <HttpDownloadMgrCommon.h>
+#include    "HeaderField.h"
+#include    "FileExt.h"
+#include    "CodData.h"
+
+
 
 _LIT8( KDRMOldContentType, "x-drm-old-content-type");           // old content type header to be added
 _LIT8( KAcceptRangeHeader, "bytes");