* util/misc.c: Remove leftover inclusion of malloc.h.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 17:02:22 +02:00
parent a1a315e780
commit f8772ea7f5
2 changed files with 4 additions and 6 deletions

View file

@ -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.

View 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>