diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/io_codec/io_peer.hpp | |
parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) |
modules-all: Renamed every .h file to .hpp
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" |