diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-18 12:05:13 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-18 12:05:13 +0100 |
commit | fec96c85a4d71f20d3de9791163a9a1f932c8e48 (patch) | |
tree | 4ed269f4e0079e3f21f83ea3f8cd8aebbf60ebe0 /modules/window/linux_xcb.h | |
parent | 9022768d0d9a869d90767c079ce7d76a07e2f5ff (diff) |
window: Moving around directories
Diffstat (limited to 'modules/window/linux_xcb.h')
-rw-r--r-- | modules/window/linux_xcb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/window/linux_xcb.h b/modules/window/linux_xcb.h deleted file mode 100644 index 65ff94d..0000000 --- a/modules/window/linux_xcb.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once - -#ifdef SAW_UNIX_XCB -#include "xcb.h" -#endif |