Fix build of x11-toolkits/qt5-gui

<linux/kd.h> isn't needed here.

Pointy hat to adridg@, for mixing up pou-build tree and the SVN tree.

PR:		240964
Reported by:	vvd@unislabs.com
This commit is contained in:
Adriaan de Groot 2019-10-10 20:38:42 +00:00
parent 2e24cdb589
commit 0ae3d94da8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514255

View File

@ -1,13 +1,13 @@
--- src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp.orig 2019-06-13 04:18:18 UTC
+++ src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp
@@ -53,12 +53,8 @@
@@ -53,12 +53,7 @@
#include <errno.h>
-#ifdef Q_OS_FREEBSD
-#include <dev/evdev/input.h>
-#else
#include <linux/kd.h>
-#include <linux/kd.h>
#include <linux/input.h>
-#endif