From: florian Date: Wed, 21 Nov 2012 20:27:02 +0000 (+0000) Subject: [package] mtd: do not include error.h X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=709b71128c1db1e9847a574493fe5bddd5873c58;p=openwrt.git [package] mtd: do not include error.h We do not use anything from it, and it is not available with all libcs. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34294 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mtd/src/mtd.c b/package/mtd/src/mtd.c index 9a6e65d0de..bdbaab51a4 100644 --- a/package/mtd/src/mtd.c +++ b/package/mtd/src/mtd.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include