summaryrefslogtreecommitdiff
path: root/tests/test.cpp
diff options
context:
space:
mode:
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);