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