From c2a904be061fbb854cba5cb6c2a0b3a20d463574 Mon Sep 17 00:00:00 2001 From: Jörg Krause Date: Fri, 24 Apr 2015 22:51:46 +0200 Subject: serve_image: do not include error.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- serve_image.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3