]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/misc.c: Remove leftover inclusion of malloc.h.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 15:02:22 +0000 (17:02 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 15:02:22 +0000 (17:02 +0200)
ChangeLog
util/misc.c

index e7f8852b4ee7b400dea86cb0993bfbe24ed96463..fb24428699b169802facb60651830e49c0ccc413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/misc.c: Remove leftover inclusion of malloc.h.
+
 2013-10-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * include/grub/setjmp.h: Remove leftover GRUBOF.
index 4cdcf6abc33c98c8798e4f5ee1cb500b8e2ed4d7..cf1ae662dc05ee45d83dcddae6934b373dccbfc3 100644 (file)
@@ -50,12 +50,6 @@ const char *program_name = GRUB_BUILD_PROGRAM_NAME;
 #include "progname.h"
 #endif
 
-/* Include malloc.h, only if memalign is available. It is known that
-   memalign is declared in malloc.h in all systems, if present.  */
-#ifdef HAVE_MEMALIGN
-# include <malloc.h>
-#endif
-
 #ifdef __MINGW32__
 #include <windows.h>
 #include <winioctl.h>