remove unneeded declarations

This commit is contained in:
Kip Macy 2008-07-21 02:34:52 +00:00
parent 9a027ea9a4
commit 7038c6d2c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180651

View File

@ -3,7 +3,6 @@
#ifndef CXGB_TCP_OFFLOAD_H_
#define CXGB_TCP_OFFLOAD_H_
struct tcpcb;
struct socket;
struct sockbuf;
@ -12,8 +11,6 @@ void sockbuf_lock_assert(struct sockbuf *);
void sockbuf_unlock(struct sockbuf *);
int sockbuf_sbspace(struct sockbuf *);
struct tcphdr;
struct tcpopt;
#ifndef _SYS_SOCKETVAR_H_
#include <sys/selinfo.h>