From a488f288a2ca6a05ac6bc76e7c77197401a43316 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Jan 2009 10:16:53 +0100 Subject: 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. --- src/echo.c | 1 - src/printf.c | 1 - src/test.c | 1 - 3 files changed, 3 deletions(-) diff --git a/src/echo.c b/src/echo.c index 91cce86d6..7b069e0e5 100644 --- a/src/echo.c +++ b/src/echo.c @@ -19,7 +19,6 @@ #include #include #include "system.h" -#include "long-options.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "echo" diff --git a/src/printf.c b/src/printf.c index 63351f0e3..89fa45628 100644 --- a/src/printf.c +++ b/src/printf.c @@ -52,7 +52,6 @@ #include "system.h" #include "c-strtod.h" #include "error.h" -#include "long-options.h" #include "quote.h" #include "unicodeio.h" #include "xprintf.h" 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) -- cgit v1.2.3-54-g00ecf