summaryrefslogtreecommitdiff
path: root/tests/test.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:11:00 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:11:00 +0000
commit6154125dceed68265b76feac48d86686caac5adf (patch)
treecf884888b3663e825d1639e443a0e0eec090a7c5 /tests/test.cpp
parent4662bc9e74ab8077e9252c11df3976dcb7b591bd (diff)
tests: Removed redundant includes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@642 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test.cpp')
-rw-r--r--tests/test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test.cpp b/tests/test.cpp
index ac49872..c60619a 100644
--- a/tests/test.cpp
+++ b/tests/test.cpp
@@ -68,8 +68,6 @@ bool test_xpath_boolean(const pugi::xml_node& node, const pugi::char_t* query, b
return q.evaluate_boolean(node) == expected;
}
-#include <stdio.h>
-
bool test_xpath_number(const pugi::xml_node& node, const pugi::char_t* query, double expected)
{
pugi::xpath_query q(query);