engine/inc/ShowEngine.h
branchRCL_3
changeset 202 e1dedb07817d
parent 200 79076725bab9
child 368 b131f7696342
--- a/engine/inc/ShowEngine.h	Thu Jul 22 10:23:15 2010 +0100
+++ b/engine/inc/ShowEngine.h	Fri Jul 23 15:21:11 2010 +0100
@@ -29,8 +29,8 @@
 #include "MetaDataReader.h"
 #include <sqlite3.h>
 #ifdef ENABLE_MPX_INTEGRATION    
-#include "mpxcollectionhelper.h"
-#include "mpxcollectionhelperobserver.h"
+#include <mpxcollectionhelper.h>
+#include <mpxcollectionhelperobserver.h>
 #endif
 
 struct TDownload
@@ -38,6 +38,7 @@
 	TUint iIndex;
 	TUint iUid;
 	};
+
 #ifdef ENABLE_MPX_INTEGRATION    
 class CShowEngine : public CBase, public MHttpClientObserver, public MMetaDataReaderObserver,
 					public MMPXCollectionHelperObserver