xf86_OSlib.h: Don't need to include Solaris keyboard headers here

Left over from the builtin keyboard driver removed from the Xorg
server in 2006 (commit 3eeb62e8f5).

Requires xorg/driver/xf86-input-keyboard@40ef7d9e24987eb6708d822d0ea070
to build the current keyboard driver with this change.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1541>
(cherry picked from commit a4d298d855)
This commit is contained in:
Alan Coopersmith 2024-05-13 11:17:48 -07:00
parent 7ea4e28f28
commit b7093fde76

View file

@ -112,15 +112,6 @@ extern _X_HIDDEN void xf86VTRelease(int);
#if defined(__sun)
#include <sys/fbio.h>
extern _X_HIDDEN char xf86SolarisFbDev[PATH_MAX];
#include <sys/kbd.h>
#include <sys/kbio.h>
/* undefine symbols from <sys/kbd.h> we don't need that conflict with enum
definitions in parser/xf86tokens.h */
#undef STRING
#undef LEFTALT
#undef RIGHTALT
#endif /* __sun */
#if !defined(VT_ACKACQ)