summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-12-12 23:33:55 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-12-12 23:33:55 +0000
commit3666dbb5f3e06fa6a72def64556d64cf73141777 (patch)
treed5494483c03713e40896313ddbfb1737cf2108ba
parent438a5549f08ab03443d45dd46323579a2f2e4ba2 (diff)
Remove unnecessary include of dgaproc.h that broke Solaris builds.
-rw-r--r--ChangeLog5
-rw-r--r--hw/xfree86/os-support/solaris/sun_kbdEv.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 656e54ccf..abce79915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
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 <sys/kbd.h>
#include "atKeynames.h"