2008-01-06 Robert Millan <rmh@aybabtu.com>

* normal/color.c: Remove `<grub/env.h>'.
This commit is contained in:
robertmh 2008-01-06 12:58:46 +00:00
parent f3b58148d6
commit 9ce3e7c170
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-06 Robert Millan <rmh@aybabtu.com>
* normal/color.c: Remove `<grub/env.h>'.
2008-01-05 Jeroen Dekkers <jeroen@dekkers.cx>
* include/grub/normal.h: Include <grub/env.h>.

View File

@ -16,7 +16,6 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#include <grub/env.h>
#include <grub/misc.h>
#include <grub/mm.h>
#include <grub/normal.h>