diff options
Diffstat (limited to 'modules/codec/c++/interface.hpp')
-rw-r--r-- | modules/codec/c++/interface.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/codec/c++/interface.hpp b/modules/codec/c++/interface.hpp index 7f7deb4..23eb3be 100644 --- a/modules/codec/c++/interface.hpp +++ b/modules/codec/c++/interface.hpp @@ -1,8 +1,8 @@ #pragma once -#include <forstio/error.h> -#include "schema.hpp -#include "data.hpp +#include <forstio/error.hpp> +#include "schema.hpp" +#include "data.hpp" namespace saw { template<typename SchemaFunc, typename Encode, typename Func> |