remove unused error.h from kern/emu/misc.c
Fixes compilation on mingw32, where include is apparently missing.
This commit is contained in:
parent
8442d3e956
commit
989af02582
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue