diff options
Diffstat (limited to 'modules/tools/c_gen_iface.hpp')
-rw-r--r-- | modules/tools/c_gen_iface.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/tools/c_gen_iface.hpp b/modules/tools/c_gen_iface.hpp index 8bdbca9..f9ff219 100644 --- a/modules/tools/c_gen_iface.hpp +++ b/modules/tools/c_gen_iface.hpp @@ -1,6 +1,6 @@ -#include <forstio/error.h> -#include <forstio/templates.h> -#include <forstio/codec/schema.h> +#include <forstio/error.hpp> +#include <forstio/templates.hpp> +#include <forstio/codec/schema.hpp> #include <string> #include <sstream> @@ -8,7 +8,7 @@ #include <iostream> -#include <forstio/codec/schema_stringify.h> +#include <forstio/codec/schema_stringify.hpp> namespace saw { |