forked from Minki/linux
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>
This commit is contained in:
parent
871da0a761
commit
5b52a4c3ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user