summaryrefslogtreecommitdiff
path: root/src/mktemp.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-19 15:52:26 +0100
committerJim Meyering <meyering@redhat.com>2008-03-19 16:48:32 +0100
commit092239c608efa6e266599a5d0117bda9cfb60221 (patch)
treed5cadcc080db95b8a846f70aa07de9a5ce3daf4b /src/mktemp.c
parent116f832b45bd2c751e8ddf30ad33fb79eab81153 (diff)
downloadcoreutils-092239c608efa6e266599a5d0117bda9cfb60221.tar.xz
Check for -- and remove -- some unnecessarily included header files.
* Makefile.maint: Add checks for a handful of additional header files. * src/mktemp.c: Don't include "long-options.h". Not used. * src/pr.c: Don't include "inttostr.h". Not used. * src/printenv.c: Don't include "error.h". Not used. * src/test.c: Don't include "error.h". Not used. * src/touch.c: Don't include "safe-read.h". Not used.
Diffstat (limited to 'src/mktemp.c')
-rw-r--r--src/mktemp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mktemp.c b/src/mktemp.c
index 279077f02..6f12d9947 100644
--- a/src/mktemp.c
+++ b/src/mktemp.c
@@ -25,7 +25,6 @@
#include "error.h"
#include "filenamecat.h"
-#include "long-options.h"
#include "quote.h"
#include "tempname.h"