summaryrefslogtreecommitdiff
path: root/modules/async/c++/async.cpp
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/async/c++/async.cpp
parent8dad985328e2183b224300aa992951131956fdb3 (diff)
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/async/c++/async.cpp')
-rw-r--r--modules/async/c++/async.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/async/c++/async.cpp b/modules/async/c++/async.cpp
index e10ee16..742d43c 100644
--- a/modules/async/c++/async.cpp
+++ b/modules/async/c++/async.cpp
@@ -1,6 +1,6 @@
-#include "async.h"
-#include <forstio/common.h>
-#include <forstio/error.h>
+#include "async.hpp"
+#include <forstio/common.hpp>
+#include <forstio/error.hpp>
#include <algorithm>
#include <cassert>