summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-16 10:16:53 +0100
committerJim Meyering <meyering@redhat.com>2009-01-16 13:37:32 +0100
commita488f288a2ca6a05ac6bc76e7c77197401a43316 (patch)
tree19fdb6fafed487c81ec4189683c539c1193757a1 /src/printf.c
parenta7592cfcb2d9e70b938002b6d890ace750af55be (diff)
downloadcoreutils-a488f288a2ca6a05ac6bc76e7c77197401a43316.tar.xz
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/printf.c')
-rw-r--r--src/printf.c1
1 files changed, 0 insertions, 1 deletions
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"