From: Dave Marchevsky Date: Thu, 23 Sep 2021 02:54:48 +0000 (-0400) Subject: ksnoop: remove duplicate include X-Git-Tag: v0.23.0~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5bc1f5e6dc335beb9e88ffb36a295ad73f8c8d1;p=platform%2Fupstream%2Fbcc.git ksnoop: remove duplicate include `ksnoop` is the only libbpf tool which is including both `` and `` - the rest of the tools just include the latter build fails for me because of redefinition errors as a result. Let's use `` like the rest of the tools --- diff --git a/libbpf-tools/ksnoop.c b/libbpf-tools/ksnoop.c index f6d4d8e4..29f6fcd6 100644 --- a/libbpf-tools/ksnoop.c +++ b/libbpf-tools/ksnoop.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include