Simplify macro guards for HAVE_XRANDR

This commit is contained in:
Norbert Lange 2021-02-22 14:32:53 +01:00
commit d4b293e969
7 changed files with 12 additions and 14 deletions

View file

@ -11,7 +11,7 @@
#include <Windows.h>
#endif
#if defined(HAVE_XRANDR) && HAVE_XRANDR
#ifdef HAVE_XRANDR
#include "UICommon/X11Utils.h"
#endif