diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-11 19:45:02 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-01-11 19:45:02 +0000 |
commit | 6f87a42552a02d00c9034ee1fa30a75179aedc3d (patch) | |
tree | 593b69dbaa79a2be34bf98dc22b7b318e7f87d0d /sys/netipx | |
parent | c7e33d842b4b7e4f80ff8574243639aec5857463 (diff) |
remove unneeded includes.
Diffstat (limited to 'sys/netipx')
-rw-r--r-- | sys/netipx/spx_usrreq.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index 4cb8e3429fc..9cd58cf3e09 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spx_usrreq.c,v 1.9 2000/01/11 02:14:07 fgsch Exp $ */ +/* $OpenBSD: spx_usrreq.c,v 1.10 2000/01/11 19:45:01 fgsch Exp $ */ /*- * @@ -45,12 +45,9 @@ #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/protosw.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> -#include <sys/errno.h> -#include <net/if.h> #include <net/route.h> #include <netinet/tcp_fsm.h> @@ -91,7 +88,7 @@ spx_init() spx_iss = 1; /* WRONG !! should fish it out of TODR */ } -/*ARGSUSED*/ +/* ARGSUSED */ void spx_input(struct mbuf *m, ...) { |