tcp: remove unnecessary include
authorAlexei Starovoitov <ast@fb.com>
Fri, 27 Oct 2017 17:01:39 +0000 (10:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Oct 2017 10:27:33 +0000 (19:27 +0900)
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>
include/net/tcp.h

index 092d606..aa1cc90 100644 (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;