aboutsummaryrefslogtreecommitdiff
path: root/examples/hybrid/dom.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
commite897aa91a2a5c68a2f795f6a0a995600f13a85f8 (patch)
tree75a17430ba9cec822651b881003f66da8c89d7f9 /examples/hybrid/dom.hxx
parent3bf332a7b77e9ce9e5eb0a1dfd5f64f238f4f17f (diff)
Convert to extension-less headers for API
Diffstat (limited to 'examples/hybrid/dom.hxx')
-rw-r--r--examples/hybrid/dom.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hybrid/dom.hxx b/examples/hybrid/dom.hxx
index 3e1f8e3..4d99feb 100644
--- a/examples/hybrid/dom.hxx
+++ b/examples/hybrid/dom.hxx
@@ -8,8 +8,8 @@
#include <string>
#include <vector>
-#include <xml/qname.hxx>
-#include <xml/forward.hxx>
+#include <xml/qname>
+#include <xml/forward>
// A simple, DOM-like in-memory representation of raw XML. It only supports
// empty, simple, and complex content (no mixed content) and is not