From: Vladimir Serbinenko Date: Mon, 22 Feb 2016 02:25:50 +0000 (+0100) Subject: usb_keyboard: Remove useless include X-Git-Tag: 2.02-beta3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0678b5d629a4c9a7258d24a0af10920d0e965da7;p=thirdparty%2Fgrub.git usb_keyboard: Remove useless include This prevents non-PCI machines from having USB. --- diff --git a/grub-core/term/usb_keyboard.c b/grub-core/term/usb_keyboard.c index 3b7484635..e67b8f785 100644 --- a/grub-core/term/usb_keyboard.c +++ b/grub-core/term/usb_keyboard.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include