aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2015-04-24 22:51:46 +0200
committerBrian Norris <computersforpeace@gmail.com>2015-05-28 16:31:34 -0700
commitc2a904be061fbb854cba5cb6c2a0b3a20d463574 (patch)
tree1a29008a8dff69c0b898a10477d2731aa02873af
parent22cffe1259ce128766c7f00da84a614a06e77fcc (diff)
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 <joerg.krause@embedded.rocks> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r--serve_image.c1
1 files changed, 0 insertions, 1 deletions
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 <time.h>
#include <errno.h>
-#include <error.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>