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:
Vladimir 'phcoder' Serbinenko 2013-10-10 09:18:06 +02:00
parent ad297ec734
commit 71c1d67a34
7 changed files with 10 additions and 2 deletions

View file

@ -23,6 +23,7 @@
#include <grub/util/misc.h>
#include <grub/lib/envblk.h>
#include <grub/i18n.h>
#include <grub/osdep/hostfile.h>
#include <stdio.h>
#include <unistd.h>