]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove leftover references to some of the system headers.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 15:59:54 +0000 (17:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 15:59:54 +0000 (17:59 +0200)
ChangeLog
grub-core/kern/emu/main.c
grub-core/kern/emu/misc.c
grub-core/osdep/windows/hostdisk.c
grub-core/tests/video_checksum.c
util/grub-probe.c
util/misc.c

index f71c5ef1940a2283349fbd9e60ef6011087125a6..e083e56a04ce962e7a00dc690ce48b974c8c1408 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove leftover references to some of the system headers.
+
 2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/disk/geli.c (grub_util_get_geli_uuid): Close handle after
index 08526129a25e1b00b09e745c91d331a444992ffc..51ede76c0676b473e8cbb6f5710ae925d802a222 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <setjmp.h>
-#include <sys/stat.h>
 #include <string.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <unistd.h>
 
 #include <grub/dl.h>
 #include <grub/mm.h>
index b4d2e69b50f8e43e9c286d7d8b27fa7e8f9ff21c..43471b4efe9ed91335f6ff628dc51799626441fc 100644 (file)
@@ -27,8 +27,6 @@
 #include <string.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
 
 #include <grub/mm.h>
 #include <grub/err.h>
index 74c9adc089de01f3854055a30076a4e64412dce6..aaaa519c0fb75bee0c0e907b9ddca7394d1ef3c3 100644 (file)
@@ -37,7 +37,6 @@
 #include <assert.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <limits.h>
index 865266f9f8c00668093e769d4729e63cce09ae60..6d9d664dad2b9bd8cca46102fdd32e018c5ed70a 100644 (file)
@@ -246,12 +246,7 @@ struct grub_video_mode_info grub_test_video_modes[30] = {
 };
 
 #ifdef GRUB_MACHINE_EMU
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <errno.h>
-#include <stdlib.h>
+#include <grub/emu/hostfile.h>
 
 struct bmp_header
 {
index 47482f8b6e1ea71d9f34bbed100f18a7cced43e2..d29d562aa63ffcad646c74dd4d4d3051341c1240 100644 (file)
@@ -43,7 +43,6 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
-#include <sys/stat.h>
 #include <assert.h>
 
 #define _GNU_SOURCE    1
index 1f7784ba9c1faed0781c737d2949f0cbe8a23360..8b6a678fafaff9994c7465a9dba45fda6f4021de 100644 (file)
@@ -26,9 +26,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <sys/time.h>
-#include <unistd.h>
 #include <time.h>
 
 #include <grub/kernel.h>