From: Alexei Starovoitov Date: Fri, 27 Oct 2017 17:01:39 +0000 (-0700) Subject: tcp: remove unnecessary include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5b52a4c3acf5f4b4854d1c3ddc8be8770330a79c;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/include/net/tcp.h b/include/net/tcp.h index 092d606fcc165..aa1cc90fdc027 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -45,9 +45,6 @@ #include #include - -#include -#include #include extern struct inet_hashinfo tcp_hashinfo;