From 80132c8e221aa5a922496c46e23432685885ba04 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Jan 2024 16:23:53 +0100 Subject: modules-all: Renamed every .h file to .hpp --- modules/window/c++/window.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/window/c++/window.hpp') 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 -#include -#include +#include +#include +#include #include #include @@ -27,7 +27,7 @@ class window; } } -#include "linux_xcb.hpp +#include "linux_xcb.hpp" /** namespace saw { -- cgit v1.2.3