diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-22 09:09:10 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-11-22 09:09:10 +0000 |
commit | 6e12a6a2742c0529d5ef5444379398bd9f0f92d6 (patch) | |
tree | 7ca1a74bc39da1c0c2809e36a6d3241c8b5563c7 /src/pugixml.cpp | |
parent | 6c5afb3ae19c21133a03cb889614d3d59d2f6127 (diff) |
Moved STL includes into header file
git-svn-id: http://pugixml.googlecode.com/svn/trunk@9 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r-- | src/pugixml.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index aa1b3cd..c7ac5d1 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -11,9 +11,6 @@ //
///////////////////////////////////////////////////////////////////////////////
-#include <vector>
-#include <string>
-
#include "pugixml.hpp"
namespace pugi
|