11 lines
297 B
C++
11 lines
297 B
C++
// file : xsd/cxx/tree/parsing.hxx
|
|
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
|
|
|
|
#ifndef XSD_CXX_TREE_PARSING_HXX
|
|
#define XSD_CXX_TREE_PARSING_HXX
|
|
|
|
#include <xsd/cxx/tree/parsing.txx>
|
|
#include <xsd/cxx/tree/parsing/date-time.txx>
|
|
|
|
#endif // XSD_CXX_TREE_PARSING_HXX
|