browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
child 93 79859ed3eea9
--- a/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Thu Dec 17 09:20:16 2009 +0200
+++ b/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp	Thu Jan 07 13:31:38 2010 +0200
@@ -15,18 +15,16 @@
 *
 */
 
-
-
 #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
@@ -38,7 +36,6 @@
 // Static variables
 static CXmlEntity*  sXmlEntity = NULL;
 
-
 // -----------------------------------------------------------------------------
 // EntityResolverL
 //