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;