diff --git a/ChangeLog b/ChangeLog index 656e54ccf..abce79915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Alan Coopersmith + + * hw/xfree86/os-support/solaris/sun_kbdEv.c: + Remove unnecessary include of dgaproc.h that broke Solaris builds. + 2005-12-11 Alan Coopersmith * Xext/Makefile.am: diff --git a/hw/xfree86/os-support/solaris/sun_kbdEv.c b/hw/xfree86/os-support/solaris/sun_kbdEv.c index 77391b592..fa2a0f109 100644 --- a/hw/xfree86/os-support/solaris/sun_kbdEv.c +++ b/hw/xfree86/os-support/solaris/sun_kbdEv.c @@ -42,10 +42,6 @@ #include "inputstr.h" #endif -#ifdef XFreeXDGA -#include "dgaproc.h" -#endif - #include #include "atKeynames.h"