From dbebaf9291ceee57815912a9c17969234874d5bc Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 22 Feb 2012 16:50:14 +0100 Subject: [PATCH] * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is already included. Reported by: Eren D. --- ChangeLog | 6 ++++++ util/ieee1275/ofpath.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4d6e84fa..bc8d78715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-22 Vladimir Serbinenko + + * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is + already included. + Reported by: Eren D. + 2012-02-22 Vladimir Serbinenko * conf/Makefile.common (grubdatadir): Removed. diff --git a/util/ieee1275/ofpath.c b/util/ieee1275/ofpath.c index 1d39ac38b..590cd579a 100644 --- a/util/ieee1275/ofpath.c +++ b/util/ieee1275/ofpath.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include