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

index 26a8361004e695bc6338fbcc4d38ce6e3a206fbd..00938310fed8d13b04b0165e9849dc3c15f55617 100644 (file)
@@ -4,7 +4,6 @@
 #define _BSD_SOURCE    /* struct ip_mreq */
 
 #include <errno.h>
-#include <error.h>
 #include <stdio.h>
 #include <netdb.h>
 #include <stdlib.h>