From f8772ea7f5620b68caa7442de39487a27b103959 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 8 Oct 2013 17:02:22 +0200 Subject: [PATCH] * util/misc.c: Remove leftover inclusion of malloc.h. --- ChangeLog | 4 ++++ util/misc.c | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7f8852b4..fb2442869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-08 Vladimir Serbinenko + + * util/misc.c: Remove leftover inclusion of malloc.h. + 2013-10-08 Vladimir Serbinenko * include/grub/setjmp.h: Remove leftover GRUBOF. diff --git a/util/misc.c b/util/misc.c index 4cdcf6abc..cf1ae662d 100644 --- a/util/misc.c +++ b/util/misc.c @@ -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 -#endif - #ifdef __MINGW32__ #include #include