]> www.infradead.org Git - mtd-utils.git/commitdiff
serve_image: do not include error.h
authorJörg Krause <joerg.krause@embedded.rocks>
Fri, 24 Apr 2015 20:51:46 +0000 (22:51 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 28 May 2015 23:31:34 +0000 (16:31 -0700)
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>
serve_image.c

index 38549a181bd10c48d50fce87890689e37a969e58..4f0e9460b2235e4a097d64d2b7f1afee91093dcc 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <time.h>
 #include <errno.h>
-#include <error.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <stdlib.h>