diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/window/c++/linux_xcb.hpp | |
parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) |
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/window/c++/linux_xcb.hpp')
-rw-r--r-- | modules/window/c++/linux_xcb.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/window/c++/linux_xcb.hpp b/modules/window/c++/linux_xcb.hpp index 534404c..5dd688d 100644 --- a/modules/window/c++/linux_xcb.hpp +++ b/modules/window/c++/linux_xcb.hpp @@ -1,5 +1,5 @@ #pragma once #ifdef SAW_UNIX_XCB -#include "xcb.hpp +#include "xcb.hpp" #endif |