ksnoop: remove duplicate include
authorDave Marchevsky <davemarchevsky@fb.com>
Thu, 23 Sep 2021 02:54:48 +0000 (22:54 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 02:54:48 +0000 (22:54 -0400)
commitf5bc1f5e6dc335beb9e88ffb36a295ad73f8c8d1
treea9b389f4732ab33515e7d02a1719b7cfb87fd4da
parent2786a7f5b54072c4a12396cebd3e72f8ec5d94fc
ksnoop: remove duplicate include

`ksnoop` is the only libbpf tool which is including both `<linux/bpf.h>` and `<bpf/bpf.h>` - the rest of the tools just include the latter

build fails for me because of redefinition errors as a result. Let's use `<bpf/bpf.h>` like the rest of the tools
libbpf-tools/ksnoop.c