summaryrefslogtreecommitdiff
path: root/modules/window/c++/window.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++/window.hpp
parent8dad985328e2183b224300aa992951131956fdb3 (diff)
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/window/c++/window.hpp')
-rw-r--r--modules/window/c++/window.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window/c++/window.hpp b/modules/window/c++/window.hpp
index 4637ea7..68c625e 100644
--- a/modules/window/c++/window.hpp
+++ b/modules/window/c++/window.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "video_mode.hpp
+#include "video_mode.hpp"
-#include <forstio/async/async.h>
-#include <forstio/common.h>
-#include <forstio/codec/schema.h>
+#include <forstio/async/async.hpp>
+#include <forstio/common.hpp>
+#include <forstio/codec/schema.hpp>
#include <string_view>
#include <variant>
@@ -27,7 +27,7 @@ class window;
}
}
-#include "linux_xcb.hpp
+#include "linux_xcb.hpp"
/**
namespace saw {