]> www.infradead.org Git - mtd-utils.git/commit
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)
commitc2a904be061fbb854cba5cb6c2a0b3a20d463574
tree1a29008a8dff69c0b898a10477d2731aa02873af
parent22cffe1259ce128766c7f00da84a614a06e77fcc
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>
serve_image.c