delete tons of extra #includes

diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index a0d291d..0911ede 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -9,10 +9,9 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include <sys/ioctl.h>
+//#include <sys/ioctl.h>
 #include "libbb.h"
 
-
 /* From <linux/kd.h> */
 struct kbkeycode {
 	unsigned int scancode, keycode;