removed redundant includes

This commit is contained in:
jez 2007-09-11 08:44:00 +00:00
parent 723ef90108
commit 2a61c8f9df

View file

@ -2,11 +2,5 @@
#define ARABICA_XPATHIC_XPATH_HPP
#include <XPath/impl/xpath_parser.hpp>
#include <XPath/impl/xpath_value.hpp>
#include <XPath/impl/xpath_function.hpp>
#include <XPath/impl/xpath_step.hpp>
#include <XPath/impl/xpath_relational.hpp>
#include <XPath/impl/xpath_logical.hpp>
#include <XPath/impl/xpath_arithmetic.hpp>
#endif