summaryrefslogtreecommitdiff
path: root/bin/rm
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 18:34:36 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 18:34:36 +0000
commit69757cf9692590a72a9cf2c39bd667dd677b15f5 (patch)
treef8c30778bb369572404bd9bb90b9721ae1f0fd19 /bin/rm
parent6c1d0fbf066754ca4585eb5976e766b73049cf18 (diff)
downloadsrc-test2-69757cf9692590a72a9cf2c39bd667dd677b15f5.tar.gz
src-test2-69757cf9692590a72a9cf2c39bd667dd677b15f5.zip
Remove unused #include.
Notes
Notes: svn path=/head/; revision=59863
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 3c9071f45fb1..c977373adddb 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -46,7 +46,6 @@ static const char rcsid[] =
#endif
#endif /* not lint */
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/mount.h>