]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
remove unused error.h from kern/emu/misc.c
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 28 Dec 2013 05:01:20 +0000 (09:01 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 28 Dec 2013 05:04:10 +0000 (09:04 +0400)
Fixes compilation on mingw32, where include is apparently missing.

ChangeLog
grub-core/kern/emu/misc.c

index c33856eab8db289ecad21da8feb654d6c0d80786..0401f6154f88193afcfd8044de8ecba5d77e79aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 43471b4efe9ed91335f6ff628dc51799626441fc..bb606da28039b7af41a6dca46b44fd73959f6af1 100644 (file)
@@ -20,7 +20,6 @@
 #include <config.h>
 
 #include <errno.h>
-#include <error.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>