diff options
author | Alexei Starovoitov <ast@fb.com> | 2017-10-27 19:01:39 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-28 12:27:33 +0200 |
commit | 5b52a4c3acf5f4b4854d1c3ddc8be8770330a79c (patch) | |
tree | 01b3916634a1c348442deb3936748ecc4bb14944 /include/net/tcp.h | |
parent | Merge branch 'tcp-more-perns-sysctls' (diff) | |
download | linux-5b52a4c3acf5f4b4854d1c3ddc8be8770330a79c.tar.xz linux-5b52a4c3acf5f4b4854d1c3ddc8be8770330a79c.zip |
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.h | 3 |
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; |