diff options
Diffstat (limited to 'modules/codec/c++/crc32.hpp')
-rw-r--r-- | modules/codec/c++/crc32.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/codec/c++/crc32.hpp b/modules/codec/c++/crc32.hpp index 0d2f72b..6cd8129 100644 --- a/modules/codec/c++/crc32.hpp +++ b/modules/codec/c++/crc32.hpp @@ -1,8 +1,8 @@ #pragma once -#include <forstio/common.h> -#include "schema.hpp -#include "data.hpp +#include <forstio/common.hpp> +#include "schema.hpp" +#include "data.hpp" namespace saw { namespace algs { |