From: Jörg Krause Date: Fri, 24 Apr 2015 20:51:46 +0000 (+0200) Subject: serve_image: do not include error.h X-Git-Tag: v1.5.2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c2a904be061fbb854cba5cb6c2a0b3a20d463574;p=mtd-utils.git serve_image: do not include error.h serve_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/serve_image.c b/serve_image.c index 38549a1..4f0e946 100644 --- a/serve_image.c +++ b/serve_image.c @@ -3,7 +3,6 @@ #include #include -#include #include #include #include