From: Jim Meyering Date: Wed, 28 Dec 2005 10:22:41 +0000 (+0000) Subject: Don't include ; it wasn't used. X-Git-Tag: v6.0~1018 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67e065e79d5858e5959578e94e2b161b4b5c24dc;p=thirdparty%2Fcoreutils.git Don't include ; it wasn't used. --- diff --git a/src/cp.c b/src/cp.c index 4fe344fb9d..0da15233c6 100644 --- a/src/cp.c +++ b/src/cp.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include "system.h" diff --git a/src/df.c b/src/df.c index 366aaaa76c..0286f8a2d0 100644 --- a/src/df.c +++ b/src/df.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "system.h" #include "canonicalize.h" diff --git a/src/link.c b/src/link.c index c0ae7d5499..277cf23524 100644 --- a/src/link.c +++ b/src/link.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "system.h" #include "error.h" diff --git a/src/mknod.c b/src/mknod.c index e451f15c04..4fd81f5353 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -19,7 +19,6 @@ #include #include -#include #include #include diff --git a/src/nice.c b/src/nice.c index 7f19aeb1b0..19b38bc342 100644 --- a/src/nice.c +++ b/src/nice.c @@ -19,9 +19,6 @@ #include #include - -#include - #include #include diff --git a/src/sleep.c b/src/sleep.c index 6ff81b8050..730b19d171 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -17,7 +17,6 @@ #include #include -#include #include #include diff --git a/src/unlink.c b/src/unlink.c index 263292cdc8..7255076493 100644 --- a/src/unlink.c +++ b/src/unlink.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "system.h" #include "error.h"