summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-02-01 22:15:59 +0300
committerthegeorg <[email protected]>2024-02-01 22:38:21 +0300
commit65a3f2f4afbb3af088f34995df87f07bc402eb1e (patch)
treee6228a22c7bda8b018c592cf4d6bdc5a510017a2
parent0c944ce86b5c48fd14a44804978da28bffc2b284 (diff)
Remove empty resolving for X11/ includes
-rw-r--r--build/sysincl/unsorted.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index 5c5a4c67697..f0867885b45 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -448,21 +448,6 @@
#if defined(__sun__)
- sys/isa_defs.h
#endif
- #if defined(__X11__)
- - X11/XKBlib.h
- - X11/keysym.h
- - X11/extensions/shape.h
- - X11/extensions/XShm.h
- - X11/cursorfont.h
- - X11/Xutil.h
- - X11/Xresource.h
- - X11/Xproto.h
- - X11/Xos.h
- - X11/Xlocale.h
- - X11/Xlib.h
- - X11/Xatom.h
- - X11/Intrinsic.h
- #endif
#if defined(HAVE_DMALLOC)
- dmalloc.h
#endif