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