summaryrefslogtreecommitdiff
path: root/grub-core/kern/emu/misc.c
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@gmail.com>2013-12-28 09:01:20 +0400
committerAndrey Borzenkov <arvidjaar@gmail.com>2013-12-28 09:04:10 +0400
commit989af025829b20a19f4d3ee01e86f4ee9de7cf1e (patch)
tree29cb796049ba3f521416ff83a559f77c11066635 /grub-core/kern/emu/misc.c
parent8442d3e956fa3775419b0b3ce65f4289875e7ecf (diff)
downloadgrub-989af025829b20a19f4d3ee01e86f4ee9de7cf1e.tar.gz
remove unused error.h from kern/emu/misc.c
Fixes compilation on mingw32, where include is apparently missing.
Diffstat (limited to 'grub-core/kern/emu/misc.c')
-rw-r--r--grub-core/kern/emu/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/grub-core/kern/emu/misc.c b/grub-core/kern/emu/misc.c
index 43471b4..bb606da 100644
--- a/grub-core/kern/emu/misc.c
+++ b/grub-core/kern/emu/misc.c
@@ -20,7 +20,6 @@
#include <config.h>
#include <errno.h>
-#include <error.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>