Remove leftover references to some of the system headers.
This commit is contained in:
parent
e012736478
commit
f4e0adc0f9
7 changed files with 5 additions and 14 deletions
|
@ -246,12 +246,7 @@ struct grub_video_mode_info grub_test_video_modes[30] = {
|
|||
};
|
||||
|
||||
#ifdef GRUB_MACHINE_EMU
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <grub/emu/hostfile.h>
|
||||
|
||||
struct bmp_header
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue