Blame SOURCES/0007-remove-unused-error.h-from-kern-emu-misc.c.patch

6b3c76
From ccf0094aefd14d170c84209d3508f4dc6c97ff74 Mon Sep 17 00:00:00 2001
a85e8e
From: Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
Date: Sat, 28 Dec 2013 09:01:20 +0400
6b3c76
Subject: [PATCH 007/261] remove unused error.h from kern/emu/misc.c
a85e8e
a85e8e
Fixes compilation on mingw32, where include is apparently missing.
a85e8e
---
d41074
 ChangeLog                 | 5 +++++
6b3c76
 grub-core/kern/emu/misc.c | 1 -
a85e8e
 2 files changed, 5 insertions(+), 1 deletion(-)
a85e8e
a85e8e
diff --git a/ChangeLog b/ChangeLog
6b3c76
index c33856eab..0401f6154 100644
a85e8e
--- a/ChangeLog
a85e8e
+++ b/ChangeLog
a85e8e
@@ -1,3 +1,8 @@
a85e8e
+2013-12-28  Andrey Borzenkov <arvidjaar@gmail.com>
a85e8e
+
a85e8e
+	* grub-core/kern/emu/misc.c: Remove unused error.h; fixes compilation
a85e8e
+	on mingw.
a85e8e
+
a85e8e
 2013-12-28  Colin Watson  <cjwatson@ubuntu.com>
a85e8e
 
a85e8e
 	* NEWS: The cmosclean command in fact dates back to 1.99.  Remove
6b3c76
diff --git a/grub-core/kern/emu/misc.c b/grub-core/kern/emu/misc.c
6b3c76
index 43471b4ef..bb606da28 100644
6b3c76
--- a/grub-core/kern/emu/misc.c
6b3c76
+++ b/grub-core/kern/emu/misc.c
6b3c76
@@ -20,7 +20,6 @@
6b3c76
 #include <config.h>
6b3c76
 
6b3c76
 #include <errno.h>
6b3c76
-#include <error.h>
6b3c76
 #include <stdio.h>
6b3c76
 #include <stdlib.h>
6b3c76
 #include <stdint.h>
6b3c76
-- 
6b3c76
2.13.5
6b3c76