diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-05-01 19:39:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-05-01 19:39:36 +0000 |
commit | ad6c7cc77b96d4ae9827f4301ec7db066aec17d7 (patch) | |
tree | 09cc8edaca291ab09743ab033e1c9d181f419906 /sbin/dumpon | |
parent | 54f7afc04ff9fb363df6d7bfc97e80dfccabc6c9 (diff) | |
download | FreeBSD-src-ad6c7cc77b96d4ae9827f4301ec7db066aec17d7.zip FreeBSD-src-ad6c7cc77b96d4ae9827f4301ec7db066aec17d7.tar.gz |
Remove unused #include.
Diffstat (limited to 'sbin/dumpon')
-rw-r--r-- | sbin/dumpon/dumpon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 5945073..51d2e42 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -49,7 +49,6 @@ static const char rcsid[] = #include <stdio.h> #include <unistd.h> #include <sys/param.h> -#include <sys/types.h> #include <sys/sysctl.h> #include <sys/stat.h> #include <sysexits.h> |