From: Jim Meyering Date: Tue, 24 Feb 2009 20:44:51 +0000 (+0100) Subject: maint: remove an unnecessary inclusion of X-Git-Tag: v7.2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b18bfa6ccd2638d8241504745fa50378c196d9;p=thirdparty%2Fcoreutils.git maint: remove an unnecessary inclusion of * src/operand2sig.c: Don't include . --- diff --git a/src/operand2sig.c b/src/operand2sig.c index 228db401c5..23f44bc6df 100644 --- a/src/operand2sig.c +++ b/src/operand2sig.c @@ -1,5 +1,5 @@ /* operand2sig.c -- common function for parsing signal specifications - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ #include #include #include -#include #if HAVE_SYS_WAIT_H # include