diff -r e1bea15f9a39 -r 79859ed3eea9 browserutilities/feedsengine/FeedsServer/XmlUtils/src/XmlUtils.cpp --- 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 -#include +#include #include #include "CleanupLibXml2.h" -#include +#include "LeakTracker.h" #include "Logger.h" -#include +#include "XmlEncoding.h" #include "XmlEntity.h" -#include +#include "XmlUtils.h" // Local data-types struct ErrorContext @@ -36,6 +38,7 @@ // Static variables static CXmlEntity* sXmlEntity = NULL; + // ----------------------------------------------------------------------------- // EntityResolverL //