--- a/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp Wed Sep 01 12:28:30 2010 +0100
@@ -15,18 +15,16 @@
*
*/
-
-
#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
@@ -38,7 +36,6 @@
// Static variables
static CXmlEntity* sXmlEntity = NULL;
-
// -----------------------------------------------------------------------------
// EntityResolverL
//