From 095f0889e684db2d3d27dc6b022b0c8010d01df5 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 16 Apr 2014 16:13:15 +0200 Subject: [PATCH] libxc: remove include of malloc.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The malloc set of functions should have their prototypes in stdlib.h according to: http://pubs.opengroup.org/onlinepubs/009695399/functions/malloc.html Signed-off-by: Roger Pau Monné Cc: Ian Jackson Cc: Ian Campbell Acked-by: Ian Jackson Acked-by: Ian Campbell --- tools/libxc/xg_private.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c index a914068fc3..c52cb44e86 100644 --- a/tools/libxc/xg_private.c +++ b/tools/libxc/xg_private.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "xg_private.h" -- 2.30.2