diff options
Diffstat (limited to 'examples/roundtrip/driver.cxx')
-rw-r--r-- | examples/roundtrip/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/roundtrip/driver.cxx b/examples/roundtrip/driver.cxx index b83988b..9b8d512 100644 --- a/examples/roundtrip/driver.cxx +++ b/examples/roundtrip/driver.cxx @@ -5,8 +5,8 @@ #include <fstream> #include <iostream> -#include <xml/parser.hxx> -#include <xml/serializer.hxx> +#include <xml/parser> +#include <xml/serializer> using namespace std; using namespace xml; |