1
0
Fork 0

tcp: remove unnecessary include

two extra #include are not necessary in tcp.h
Remove them.

Fixes: 40304b2a15 ("bpf: BPF support for sock_ops")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
zero-colors
Alexei Starovoitov 2017-10-27 10:01:39 -07:00 committed by David S. Miller
parent 871da0a761
commit 5b52a4c3ac
1 changed files with 0 additions and 3 deletions

View File

@ -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;