summaryrefslogtreecommitdiff
path: root/c++/window/linux_xcb.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-12-04 12:18:14 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-12-04 12:18:14 +0100
commita14896f9ed209dd3f9597722e5a5697bd7dbf531 (patch)
tree089ca5cbbd206d1921f8f6b53292f5bc1902ca5c /c++/window/linux_xcb.h
parent84ecdcbca9e55b1f57fbb832e12ff4fdbb86e7c9 (diff)
meta: Renamed folder containing source
Diffstat (limited to 'c++/window/linux_xcb.h')
-rw-r--r--c++/window/linux_xcb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/window/linux_xcb.h b/c++/window/linux_xcb.h
deleted file mode 100644
index 65ff94d..0000000
--- a/c++/window/linux_xcb.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-#ifdef SAW_UNIX_XCB
-#include "xcb.h"
-#endif