summaryrefslogtreecommitdiff
path: root/include/net/netfilter/nf_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/nf_socket.h')
-rw-r--r--include/net/netfilter/nf_socket.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/netfilter/nf_socket.h b/include/net/netfilter/nf_socket.h
index 8230fefff9f5..29b6313f0557 100644
--- a/include/net/netfilter/nf_socket.h
+++ b/include/net/netfilter/nf_socket.h
@@ -2,10 +2,8 @@
#ifndef _NF_SOCK_H_
#define _NF_SOCK_H_
-struct net_device;
-struct sk_buff;
-struct sock;
-struct net;
+#include <net/sock.h>
+#include <net/inet_timewait_sock.h>
static inline bool nf_sk_is_transparent(struct sock *sk)
{