summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-07 00:55:13 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-07 00:55:13 +0100
commit251957abb0a955f91d7aedaf46c02b2294593881 (patch)
tree14601df49b1dd3fc73eaf774adabebe5d9698f4e /src/cxml.h
parentae548516fade46a267420d745694e02976160ab1 (diff)
Cleanup: header sorting.
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 713e9af..3a8ba14 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -35,8 +35,8 @@
#endif
namespace xmlpp {
- class Node;
class DomParser;
+ class Node;
}
namespace cxml {