browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Tue Aug 31 16:17:46 2010 +0300
@@ -15,16 +15,18 @@
 *
 */
 
+
+
 #include <charconv.h>
-#include <EscapeUtils.h>
+#include <escapeutils.h>
 #include <utf.h>
 
 #include "CleanupLibXml2.h"  
-#include <leaktracker.h>
+#include "LeakTracker.h"
 #include "Logger.h"
-#include <xmlencoding.h>
+#include "XmlEncoding.h"
 #include "XmlEntity.h"
-#include <xmlutils.h>
+#include "XmlUtils.h"
 
 // Local data-types
 struct ErrorContext
@@ -36,6 +38,7 @@
 // Static variables
 static CXmlEntity*  sXmlEntity = NULL;
 
+
 // -----------------------------------------------------------------------------
 // EntityResolverL
 //