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++/device.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/window/c++/device.hpp') 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 -#include -#include -#include +#include +#include +#include +#include #include #include -- cgit v1.2.3