diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-12 23:33:55 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-12-12 23:33:55 +0000 |
commit | 3666dbb5f3e06fa6a72def64556d64cf73141777 (patch) | |
tree | d5494483c03713e40896313ddbfb1737cf2108ba /hw | |
parent | 438a5549f08ab03443d45dd46323579a2f2e4ba2 (diff) |
Remove unnecessary include of dgaproc.h that broke Solaris builds.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/os-support/solaris/sun_kbdEv.c | 4 |
1 files changed, 0 insertions, 4 deletions
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" |