On Tue, Sep 8, 2020 at 1:07 PM Chen Zhou <chenzhou10@xxxxxxxxxx> wrote: > > Remove duplicate headers which are included twice. > > Signed-off-by: Chen Zhou <chenzhou10@xxxxxxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > net/core/bpf_sk_storage.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c > index a0d1a3265b71..4a86ea34f29e 100644 > --- a/net/core/bpf_sk_storage.c > +++ b/net/core/bpf_sk_storage.c > @@ -12,7 +12,6 @@ > #include <net/sock.h> > #include <uapi/linux/sock_diag.h> > #include <uapi/linux/btf.h> > -#include <linux/btf_ids.h> > > DEFINE_BPF_STORAGE_CACHE(sk_cache); > > -- > 2.17.1 >