From: Roger Pau Monne Date: Wed, 16 Apr 2014 14:13:15 +0000 (+0200) Subject: libxc: remove include of malloc.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5082 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=095f0889e684db2d3d27dc6b022b0c8010d01df5;p=xen.git libxc: remove include of malloc.h 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 --- 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"