summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-05-01 19:39:36 +0000
committerasmodai <asmodai@FreeBSD.org>2000-05-01 19:39:36 +0000
commitad6c7cc77b96d4ae9827f4301ec7db066aec17d7 (patch)
tree09cc8edaca291ab09743ab033e1c9d181f419906
parent54f7afc04ff9fb363df6d7bfc97e80dfccabc6c9 (diff)
downloadFreeBSD-src-ad6c7cc77b96d4ae9827f4301ec7db066aec17d7.zip
FreeBSD-src-ad6c7cc77b96d4ae9827f4301ec7db066aec17d7.tar.gz
Remove unused #include.
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.c1
-rw-r--r--sbin/dumpon/dumpon.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c
index 0369638..1e5b27e 100644
--- a/sbin/atm/fore_dnld/fore_dnld.c
+++ b/sbin/atm/fore_dnld/fore_dnld.c
@@ -36,7 +36,6 @@
*
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/socket.h>
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>
OpenPOWER on IntegriCloud