diff --git a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h index 6c9254d075fe..bf0568c5e7c9 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h +++ b/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h @@ -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