diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-11 10:24:12 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-11 10:24:12 +0000 |
commit | b6433db22642307330311c42fffb6950287415df (patch) | |
tree | 7df49366af3ae966fa23a42d650ca97a9bfb2efe /tests/common.hpp | |
parent | 473ab359347d6cf4ea5f963bdd04c5ad83cf384f (diff) |
tests: Initial tree modification tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@148 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/common.hpp')
-rw-r--r-- | tests/common.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/common.hpp b/tests/common.hpp index 0091e1c..306fb18 100644 --- a/tests/common.hpp +++ b/tests/common.hpp @@ -1,5 +1,3 @@ #include "test.hpp"
-#include "../src/pugixml.hpp"
-
using namespace pugi;
|