Avoid including hostfile.h when not necessarry as it pulls
in OS-specific headers which may redefine generic names like "far".
This commit is contained in:
parent
ad297ec734
commit
71c1d67a34
7 changed files with 10 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <grub/symbol.h>
|
||||
#include <grub/types.h>
|
||||
#include <grub/osdep/hostfile.h>
|
||||
|
||||
extern int verbosity;
|
||||
extern const char *program_name;
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <grub/types.h>
|
||||
#include <grub/symbol.h>
|
||||
#include <grub/emu/misc.h>
|
||||
#include <grub/osdep/hostfile.h>
|
||||
|
||||
char *grub_util_get_path (const char *dir, const char *file);
|
||||
size_t grub_util_get_image_size (const char *path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue