remove unused error.h from kern/emu/misc.c

Fixes compilation on mingw32, where include is apparently missing.
This commit is contained in:
Andrey Borzenkov 2013-12-28 09:01:20 +04:00
parent 8442d3e956
commit 989af02582
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-28 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/kern/emu/misc.c: Remove unused error.h; fixes compilation
on mingw.
2013-12-28 Colin Watson <cjwatson@ubuntu.com>
* NEWS: The cmosclean command in fact dates back to 1.99. Remove

View file

@ -20,7 +20,6 @@
#include <config.h>
#include <errno.h>
#include <error.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>