usb_keyboard: Remove useless include

This prevents non-PCI machines from having USB.
This commit is contained in:
Vladimir Serbinenko 2016-02-22 03:25:50 +01:00
parent be4e9d20a5
commit 0678b5d629
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include <grub/term.h>
#include <grub/time.h>
#include <grub/cpu/io.h>
#include <grub/misc.h>
#include <grub/term.h>
#include <grub/usb.h>