From: Lu Wei Date: Wed, 24 Mar 2021 08:31:47 +0000 (+0800) Subject: bpf: Remove unused headers X-Git-Tag: v5.13-rc1~94^2~255^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0c407ec503b8e97bbffd65cc4bed39e008c192f;p=thirdparty%2Fkernel%2Flinux.git bpf: Remove unused headers The header is useless in sampleip_kern.c and trace_event_kern.c, remove it. Signed-off-by: Lu Wei Signed-off-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20210324083147.149278-1-luwei32@huawei.com --- diff --git a/samples/bpf/sampleip_kern.c b/samples/bpf/sampleip_kern.c index f24806ac24e74..a3f8a3998e0a8 100644 --- a/samples/bpf/sampleip_kern.c +++ b/samples/bpf/sampleip_kern.c @@ -4,7 +4,6 @@ * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ -#include #include #include #include diff --git a/samples/bpf/trace_event_kern.c b/samples/bpf/trace_event_kern.c index 7d3c66fb3f88b..0bba5fcd7d24b 100644 --- a/samples/bpf/trace_event_kern.c +++ b/samples/bpf/trace_event_kern.c @@ -5,7 +5,6 @@ * License as published by the Free Software Foundation. */ #include -#include #include #include #include