mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
7 lines
116 B
C++
7 lines
116 B
C++
|
#ifndef ARABICA_XPATHIC_XPATH_HPP
|
||
|
#define ARABICA_XPATHIC_XPATH_HPP
|
||
|
|
||
|
#include <XPath/impl/xpath_parser.hpp>
|
||
|
|
||
|
#endif
|