Module Name: xsrc Committed By: wiz Date: Fri Jul 26 20:37:00 UTC 2013
Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.h Log Message: Remove unnecessary include, to reduce diffs to upstream. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h diff -u xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h:1.3 xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h:1.4 --- xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h:1.3 Mon Nov 22 07:29:09 2010 +++ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.h Fri Jul 26 20:37:00 2013 @@ -1,6 +1,3 @@ extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms, CARD8 *pModMap); -#ifdef __NetBSD__ -#include <dev/wscons/wsconsio.h> -#endif