browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -15,16 +15,18 @@
 *
 */
 
+
+
 #include <charconv.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
 //