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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/window/c++/xcb.cpp') diff --git a/modules/window/c++/xcb.cpp b/modules/window/c++/xcb.cpp index 1b804ba..e90fa5a 100644 --- a/modules/window/c++/xcb.cpp +++ b/modules/window/c++/xcb.cpp @@ -2,7 +2,7 @@ #error "XCB is not supported" #endif -#include "xcb.h" +#include "xcb.hpp" namespace saw { namespace gfx { -- cgit v1.2.3