summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-06 00:02:42 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-06 00:02:42 +0000
commitc507d9b10eaa3cd0d3065f4da8e0beb15a21d033 (patch)
tree1f95b23841c40fa2c42c1f46e6545b3925f0b606 /src/pugixml.hpp
parent5a2fa3fe5079c8e917f7938602d3def7df71f210 (diff)
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
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp4
1 files changed, 1 insertions, 3 deletions
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 <string>
-# include <istream>
-# include <exception>
+# include <iosfwd>
#endif
// No XPath without STL
@@ -30,7 +29,6 @@
#endif
#include <stddef.h>
-#include <string.h>
/// The PugiXML Parser namespace.
namespace pugi