diff options
Diffstat (limited to 'xml/value-traits.hxx')
-rw-r--r-- | xml/value-traits.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xml/value-traits.hxx b/xml/value-traits.hxx index c61380a..ca86382 100644 --- a/xml/value-traits.hxx +++ b/xml/value-traits.hxx @@ -10,14 +10,12 @@ #include <string> #include <cstddef> // std::size_t +#include <xml/forward.hxx> + #include <xml/details/export.hxx> namespace xml { - //@@ forward - class parser; - class serializer; - template <typename T> struct default_value_traits { |