From 6154125dceed68265b76feac48d86686caac5adf Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 15:11:00 +0000 Subject: tests: Removed redundant includes git-svn-id: http://pugixml.googlecode.com/svn/trunk@642 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test.cpp') 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 - bool test_xpath_number(const pugi::xml_node& node, const pugi::char_t* query, double expected) { pugi::xpath_query q(query); -- cgit v1.2.3