aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roundtrip/driver.cxx')
-rw-r--r--tests/roundtrip/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 48c96b4..e7a07f8 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -7,8 +7,8 @@
#include <cassert>
#include <iostream>
-#include <xml/parser.hxx>
-#include <xml/serializer.hxx>
+#include <xml/parser>
+#include <xml/serializer>
using namespace std;
using namespace xml;