codhandler/codeng/src/HttpLoader.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 58 220a17280356
child 65 5bfc169077b2
--- a/codhandler/codeng/src/HttpLoader.cpp	Thu Dec 17 09:20:16 2009 +0200
+++ b/codhandler/codeng/src/HttpLoader.cpp	Thu Jan 07 13:31:38 2010 +0200
@@ -17,7 +17,6 @@
 *
 */
 
-
 // INCLUDE FILES
 
 #include "HttpLoader.h"
@@ -38,17 +37,15 @@
 #include <deflatefilterinterface.h>
 #include <httperr.h>
 #include <bldvariant.hrh>
-#include <ECom.h>
+#include <ecom/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 "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");