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