Remove unnecessary include of dgaproc.h that broke Solaris builds.
This commit is contained in:
parent
438a5549f0
commit
3666dbb5f3
|
@ -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:
|
||||
|
|
|
@ -42,10 +42,6 @@
|
|||
#include "inputstr.h"
|
||||
#endif
|
||||
|
||||
#ifdef XFreeXDGA
|
||||
#include "dgaproc.h"
|
||||
#endif
|
||||
|
||||
#include <sys/kbd.h>
|
||||
#include "atKeynames.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue