From: Jim Meyering Date: Tue, 13 Nov 2012 06:03:01 +0000 (+0100) Subject: maint: avoid unnecessary #include to fix syntax-check failure X-Git-Tag: v8.21~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4df77dbebe6d11710a81c9e06a60e8086b9146;p=thirdparty%2Fcoreutils.git maint: avoid unnecessary #include to fix syntax-check failure * src/factor.c: Remove unneeded #inclusion of"verify.h". It's already included via system.h. --- diff --git a/src/factor.c b/src/factor.c index 45f00bb059..40cce1f970 100644 --- a/src/factor.c +++ b/src/factor.c @@ -101,7 +101,6 @@ #include "quote.h" #include "readtokens.h" #include "xstrtol.h" -#include "verify.h" /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "factor"