diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-05-01 18:34:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-05-01 18:34:36 +0000 |
commit | 2b8b5b917a0f20c72491d55b9e56e1cd7ec18f69 (patch) | |
tree | 6eff6c5a6b05955d44e4a6c34b05b43000ee901a /bin/rm | |
parent | c0981040e1e4620bf72d66d5c07e753171b9ea41 (diff) | |
download | FreeBSD-src-2b8b5b917a0f20c72491d55b9e56e1cd7ec18f69.zip FreeBSD-src-2b8b5b917a0f20c72491d55b9e56e1cd7ec18f69.tar.gz |
Remove unused #include.
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 3c9071f..c977373 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> |