diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-01-16 10:16:53 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-01-16 13:37:32 +0100 |
| commit | a488f288a2ca6a05ac6bc76e7c77197401a43316 (patch) | |
| tree | 19fdb6fafed487c81ec4189683c539c1193757a1 /src/test.c | |
| parent | pathchk: avoid -Wsign-compare warnings (diff) | |
| download | coreutils-a488f288a2ca6a05ac6bc76e7c77197401a43316.tar.gz coreutils-a488f288a2ca6a05ac6bc76e7c77197401a43316.zip | |
echo, printf, test: remove unused #include directives
* src/echo.c: Don't include "long-options.h". No longer used.
* src/printf.c: Likewise.
* src/test.c: Likewise.
Diffstat (limited to 'src/test.c')
| -rw-r--r-- | src/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c index c56ab9e3c..b67090987 100644 --- a/src/test.c +++ b/src/test.c @@ -673,7 +673,6 @@ posixtest (int nargs) } #if defined TEST_STANDALONE -# include "long-options.h" void usage (int status) |
