Remove <linux/input.h> include from test/x11comp.c

libxkbcommon 0.4.3 introduces a new test, x11comp, which does not build
on non-Linux OSes because of the unconditional <linux/input.h> include.

This seems not needed even on Linux, so attached there is a simple patch
to remove it.

https://bugs.freedesktop.org/show_bug.cgi?id=83551

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Pino Toscano 2014-09-06 11:05:44 +03:00 committed by Ran Benita
parent 00733da377
commit e95fb475eb
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <linux/input.h>
#include "test.h"
#include "xkbcommon/xkbcommon-x11.h"