]> www.infradead.org Git - mtd-utils.git/commitdiff
ubi-utils: don't use argp.h
authorHamish Moffatt <hamish@cloud.net.au>
Wed, 26 Mar 2008 05:17:59 +0000 (16:17 +1100)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 27 Mar 2008 08:37:06 +0000 (10:37 +0200)
Don't include argp.h as it's glibc-specific, and not used anyway.

Signed-Off-By: Hamish Moffatt <hamish@cloud.net.au>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/new-utils/src/ubicrc32.c

index 100b3cd4722fc1004852f4cc70590d8968306e53..4f5b32e8f68df7c0f61ca0270ee9def70c5b2f8d 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <getopt.h>
-#include <argp.h>
 #include <unistd.h>
 #include <mtd/ubi-header.h>