diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 19:39:36 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 19:39:36 +0000 |
commit | 219f5cc47bd94a9cb4897cc8ee5c255af3436419 (patch) | |
tree | 5f5734368fb20b3a2822418331f139fc0325b4e9 | |
parent | e4057dbdb09486d58a379d3f428d4f7a73910e26 (diff) | |
download | src-219f5cc47bd94a9cb4897cc8ee5c255af3436419.tar.gz src-219f5cc47bd94a9cb4897cc8ee5c255af3436419.zip |
Remove unused #include.
Notes
Notes:
svn path=/head/; revision=59867
-rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.c | 1 | ||||
-rw-r--r-- | sbin/dumpon/dumpon.c | 1 |
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 0369638a785a..1e5b27e6e63f 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 59450736b6a8..51d2e42fac4a 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> |