diff options
| author | Andrey Borzenkov <arvidjaar@gmail.com> | 2013-12-28 09:01:20 +0400 |
|---|---|---|
| committer | Andrey Borzenkov <arvidjaar@gmail.com> | 2013-12-28 09:04:10 +0400 |
| commit | 989af025829b20a19f4d3ee01e86f4ee9de7cf1e (patch) | |
| tree | 29cb796049ba3f521416ff83a559f77c11066635 /grub-core/kern/emu/misc.c | |
| parent | 8442d3e956fa3775419b0b3ce65f4289875e7ecf (diff) | |
| download | grub-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.c | 1 |
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> |
