From: Jörg Krause Date: Fri, 24 Apr 2015 20:51:47 +0000 (+0200) Subject: recv_image: do not include error.h X-Git-Tag: v1.5.2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=60e251320e33240ea24611682f8ccdb4722a9010;p=mtd-utils.git recv_image: do not include error.h recv_image does not use anything from it and it is not available with all C libraries, e.g. musl. Signed-off-by: Jörg Krause Signed-off-by: Brian Norris --- diff --git a/recv_image.c b/recv_image.c index 26a8361..0093831 100644 --- a/recv_image.c +++ b/recv_image.c @@ -4,7 +4,6 @@ #define _BSD_SOURCE /* struct ip_mreq */ #include -#include #include #include #include