diff options
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r-- | modules/codec/c++/data.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 3aebc89..3fe7494 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -1,8 +1,8 @@ #pragma once -#include <forstio/common.h> -#include <forstio/error.h> -#include <forstio/templates.h> +#include <forstio/common.hpp> +#include <forstio/error.hpp> +#include <forstio/templates.hpp> #include <cassert> @@ -11,7 +11,7 @@ #include <variant> #include <vector> -#include "schema.hpp +#include "schema.hpp" namespace saw { namespace encode { |