kcontrol: remove X11 types hack

can't tell why it was done

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-02 00:23:57 +03:00
parent 570460067a
commit 8d5a89b004

View file

@ -33,11 +33,7 @@
extern "C"
{
#include <X11/Xlib.h>
#define INT8 _X11INT8
#define INT32 _X11INT32
#include <X11/Xproto.h>
#undef INT8
#undef INT32
#include <X11/extensions/Xrandr.h>
}