summaryrefslogtreecommitdiff
path: root/modules/window/c++/device.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/window/c++/device.hpp
parent8dad985328e2183b224300aa992951131956fdb3 (diff)
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/window/c++/device.hpp')
-rw-r--r--modules/window/c++/device.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window/c++/device.hpp b/modules/window/c++/device.hpp
index f2524db..cfcc2e2 100644
--- a/modules/window/c++/device.hpp
+++ b/modules/window/c++/device.hpp
@@ -1,11 +1,11 @@
#pragma once
-#include "window.hpp
+#include "window.hpp"
-#include <forstio/async/async.h>
-#include <forstio/common.h>
-#include <forstio/codec/data.h>
-#include <forstio/io/io.h>
+#include <forstio/async/async.hpp>
+#include <forstio/common.hpp>
+#include <forstio/codec/data.hpp>
+#include <forstio/io/io.hpp>
#include <string_view>
#include <variant>