Remove unnecessary include of dgaproc.h that broke Solaris builds.

This commit is contained in:
Alan Coopersmith 2005-12-12 23:33:55 +00:00
parent 438a5549f0
commit 3666dbb5f3
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-12-12 Alan Coopersmith <alan.coopersmith@sun.com>
* hw/xfree86/os-support/solaris/sun_kbdEv.c:
Remove unnecessary include of dgaproc.h that broke Solaris builds.
2005-12-11 Alan Coopersmith <alan.coopersmith@sun.com>
* Xext/Makefile.am:

View File

@ -42,10 +42,6 @@
#include "inputstr.h"
#endif
#ifdef XFreeXDGA
#include "dgaproc.h"
#endif
#include <sys/kbd.h>
#include "atKeynames.h"