Remove leftover references to some of the system headers.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 17:59:54 +02:00
parent e012736478
commit f4e0adc0f9
7 changed files with 5 additions and 14 deletions

View file

@ -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
{