diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 4 |
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 |