summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@fb.com>2017-10-27 10:01:39 -0700
committerDavid S. Miller <davem@davemloft.net>2017-10-28 19:27:33 +0900
commit5b52a4c3acf5f4b4854d1c3ddc8be8770330a79c (patch)
tree01b3916634a1c348442deb3936748ecc4bb14944 /include/net/tcp.h
parent871da0a761dc967d9bd79c0d4b4cb3828c0281a1 (diff)
tcp: remove unnecessary include
two extra #include are not necessary in tcp.h Remove them. Fixes: 40304b2a1567 ("bpf: BPF support for sock_ops") Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 092d606fcc16..aa1cc90fdc02 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -45,9 +45,6 @@
#include <linux/seq_file.h>
#include <linux/memcontrol.h>
-
-#include <linux/bpf.h>
-#include <linux/filter.h>
#include <linux/bpf-cgroup.h>
extern struct inet_hashinfo tcp_hashinfo;