summaryrefslogtreecommitdiff
path: root/modules/io_codec/io_peer.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
commit80132c8e221aa5a922496c46e23432685885ba04 (patch)
treec12774a3fae6837659d925d083328799b7a8b997 /modules/io_codec/io_peer.hpp
parent8dad985328e2183b224300aa992951131956fdb3 (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.hpp10
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"