diff options
Diffstat (limited to 'modules/codec/c++/csv.hpp')
-rw-r--r-- | modules/codec/c++/csv.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec/c++/csv.hpp b/modules/codec/c++/csv.hpp index 1cb4263..3cb11c2 100644 --- a/modules/codec/c++/csv.hpp +++ b/modules/codec/c++/csv.hpp @@ -1,10 +1,10 @@ #pragma once -#include <forstio/error.h> -#include <forstio/buffer.h> +#include <forstio/error.hpp> +#include <forstio/buffer.hpp> -#include "data.hpp -#include "stream_value.hpp +#include "data.hpp" +#include "stream_value.hpp" namespace saw { namespace encode { |