Move i18n declarations to their own file.

This commit is contained in:
Robert Millan 2009-11-17 09:52:08 +00:00
parent a1085f18c5
commit 9a90f817a0
2 changed files with 31 additions and 4 deletions

View file

@ -22,6 +22,7 @@
#include <grub/machine/boot.h>
#include <grub/machine/kernel.h>
#include <grub/machine/memory.h>
#include <grub/i18n.h>
#include <grub/kernel.h>
#include <grub/disk.h>
#include <grub/util/misc.h>
@ -33,10 +34,6 @@
#include <string.h>
#include <stdlib.h>
#include <locale.h>
#include <libintl.h>
#define _(str) gettext(str)
#define _GNU_SOURCE 1
#include <getopt.h>