diff options
Diffstat (limited to 'modules/io_codec/io_peer.hpp')
-rw-r--r-- | modules/io_codec/io_peer.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/io_codec/io_peer.hpp b/modules/io_codec/io_peer.hpp index 46a7d11..9ba623f 100644 --- a/modules/io_codec/io_peer.hpp +++ b/modules/io_codec/io_peer.hpp @@ -1,9 +1,9 @@ #pragma once -#include <forstio/async/async.h> -#include <forstio/buffer.h> -#include <forsto/io/io.h> -#include <forstio/schema/message.h> +#include <forstio/async/async.hpp> +#include <forstio/buffer.hpp> +#include <forsto/io/io.hpp> +#include <forstio/schema/message.hpp> namespace saw { @@ -101,4 +101,4 @@ new_streaming_io_peer(own<async_io_stream> stream); } // namespace saw -#include "io_peer.tmpl.hpp +#include "io_peer.tmpl.hpp" |