From c507d9b10eaa3cd0d3065f4da8e0beb15a21d033 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 6 Jan 2009 00:02:42 +0000 Subject: Less header dependencies, some compilation fixes for Borland/Intel/MW compilers git-svn-id: http://pugixml.googlecode.com/svn/trunk@103 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 5b317e2..26e2f0f 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -18,8 +18,7 @@ #ifndef PUGIXML_NO_STL # include -# include -# include +# include #endif // No XPath without STL @@ -30,7 +29,6 @@ #endif #include -#include /// The PugiXML Parser namespace. namespace pugi -- cgit v1.2.3