Remove headers we don't need if != certain toggles

This commit is contained in:
speediegq 2022-10-05 19:57:18 +02:00
parent c55fa96e6a
commit 6a212930be

View file

@ -24,8 +24,12 @@
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#if USEXRESOURCES
#include <X11/Xresource.h> #include <X11/Xresource.h>
#endif
#if USEROUNDCORNERS
#include <X11/extensions/shape.h> #include <X11/extensions/shape.h>
#endif
#ifdef XINERAMA #ifdef XINERAMA
#include <X11/extensions/Xinerama.h> #include <X11/extensions/Xinerama.h>
#endif /* XINERAMA */ #endif /* XINERAMA */