]> www.infradead.org Git - mtd-utils.git/commit
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)
commit60e251320e33240ea24611682f8ccdb4722a9010
tree8facbe60a4c48d176aa4197d7ffa62ee8f3acc20
parentc2a904be061fbb854cba5cb6c2a0b3a20d463574
recv_image: do not include error.h

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