aboutsummaryrefslogtreecommitdiff
path: root/xml/value-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
commit5aaab6ebbfbe97135550b5820ad6e78d13cdb811 (patch)
treee4c87d658981e422a9eecfed8977ff159946955e /xml/value-traits.hxx
parent19fbbfa8ffa594690d55dce80963d2016b4ec781 (diff)
Add forward declaration file
Diffstat (limited to 'xml/value-traits.hxx')
-rw-r--r--xml/value-traits.hxx6
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
{