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++/xcb.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/window/c++/xcb.hpp') diff --git a/modules/window/c++/xcb.hpp b/modules/window/c++/xcb.hpp index 4c7b9fa..1694923 100644 --- a/modules/window/c++/xcb.hpp +++ b/modules/window/c++/xcb.hpp @@ -4,14 +4,14 @@ #error "XCB is not supported" #endif -#include "backends.hpp -#include "device.hpp -#include "window.hpp +#include "backends.hpp" +#include "device.hpp" +#include "window.hpp" #include -#include -#include +#include +#include namespace saw { namespace gfx { -- cgit v1.2.3