diff options
author | newton <newton@FreeBSD.org> | 1999-12-08 12:01:59 +0000 |
---|---|---|
committer | newton <newton@FreeBSD.org> | 1999-12-08 12:01:59 +0000 |
commit | 1b15e9efa0702e1a6fe465b083e91fbeb1e2e931 (patch) | |
tree | b8540c04febe05f671816400b6d177ab8d484928 /sys/svr4/svr4_ttold.c | |
parent | 16e714edf5b7f8f9badffdb6cf1ab2b42ca0c2bb (diff) | |
download | FreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.zip FreeBSD-src-1b15e9efa0702e1a6fe465b083e91fbeb1e2e931.tar.gz |
Remove unnecessary includes
Prodded by: phk
Diffstat (limited to 'sys/svr4/svr4_ttold.c')
-rw-r--r-- | sys/svr4/svr4_ttold.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/svr4/svr4_ttold.c b/sys/svr4/svr4_ttold.c index 8ce2c81..7684487 100644 --- a/sys/svr4/svr4_ttold.c +++ b/sys/svr4/svr4_ttold.c @@ -33,18 +33,11 @@ #include <sys/systm.h> #include <sys/file.h> #include <sys/filedesc.h> -#include <sys/fcntl.h> #include <sys/ioctl_compat.h> #include <sys/termios.h> -#include <sys/socket.h> -#include <net/if.h> #include <svr4/svr4.h> -#include <svr4/svr4_types.h> #include <svr4/svr4_util.h> -#include <svr4/svr4_signal.h> -#include <svr4/svr4_proto.h> -#include <svr4/svr4_stropts.h> #include <svr4/svr4_ttold.h> #include <svr4/svr4_ioctl.h> |