From: Vladimir 'phcoder' Serbinenko Date: Sat, 19 Oct 2013 14:32:28 +0000 (+0200) Subject: * grub-core/kern/emu/hostdisk.c: Remove few leftover includes. X-Git-Tag: grub-2.02-beta1~634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887c0bb61a832cd5d353c6c46cd915f878f5e26b;p=thirdparty%2Fgrub.git * grub-core/kern/emu/hostdisk.c: Remove few leftover includes. --- diff --git a/ChangeLog b/ChangeLog index a49f6fa55..f940a6617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-19 Vladimir Serbinenko + + * grub-core/kern/emu/hostdisk.c: Remove few leftover includes. + 2013-10-19 Vladimir Serbinenko Move stat () and device mode checking into OS-dependent files as diff --git a/grub-core/kern/emu/hostdisk.c b/grub-core/kern/emu/hostdisk.c index d5bc6099b..81cf408ef 100644 --- a/grub-core/kern/emu/hostdisk.c +++ b/grub-core/kern/emu/hostdisk.c @@ -49,13 +49,8 @@ # ifndef BLKFLSBUF # define BLKFLSBUF _IO (0x12,97) /* flush buffer cache */ # endif /* ! BLKFLSBUF */ -# include /* ioctl */ #endif /* __linux__ */ -#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -# include -#endif - static struct { char *drive;