diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 20:20:05 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 20:20:05 +0000 |
commit | 1552a9dbad98c6c848df5875826f4e248efef951 (patch) | |
tree | b0367af52e56bec53a5b7858a25851cea01bfb6f /sbin/fsirand/fsirand.c | |
parent | f1fb54a2f53e17c35de6d3191a83da905698262c (diff) | |
download | src-1552a9dbad98c6c848df5875826f4e248efef951.tar.gz src-1552a9dbad98c6c848df5875826f4e248efef951.zip |
Remove unused include.
Notes
Notes:
svn path=/head/; revision=59871
Diffstat (limited to 'sbin/fsirand/fsirand.c')
-rw-r--r-- | sbin/fsirand/fsirand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index 918424faa57b..96a5484ed130 100644 --- a/sbin/fsirand/fsirand.c +++ b/sbin/fsirand/fsirand.c @@ -35,7 +35,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/types.h> #include <sys/disklabel.h> #include <sys/param.h> #include <sys/time.h> |