From 887c0bb61a832cd5d353c6c46cd915f878f5e26b Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 19 Oct 2013 16:32:28 +0200 Subject: [PATCH] * grub-core/kern/emu/hostdisk.c: Remove few leftover includes. --- ChangeLog | 4 ++++ grub-core/kern/emu/hostdisk.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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;