mirror of
https://git.proxmox.com/git/grub2
synced 2025-06-14 15:26:17 +00:00
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
@ -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>
|
2013-12-28 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* NEWS: The cmosclean command in fact dates back to 1.99. Remove
|
* NEWS: The cmosclean command in fact dates back to 1.99. Remove
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <error.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user