selftest/bpf/benchs: Remove an unused header
authorAnton Protopopov <aspsk@isovalent.com>
Mon, 13 Feb 2023 09:15:16 +0000 (09:15 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 16 Feb 2023 00:29:31 +0000 (16:29 -0800)
The benchs/bench_bpf_hashmap_full_update.c doesn't set a custom argp,
so it shouldn't include the <argp.h> header.

Signed-off-by: Anton Protopopov <aspsk@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230213091519.1202813-5-aspsk@isovalent.com
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c

index 67f76415a362a6cec267b6ed9431ca365268ff01..75abe8137b6cf0dec03749baaed67fe7caa7e788 100644 (file)
@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /* Copyright (c) 2022 Bytedance */
 
-#include <argp.h>
 #include "bench.h"
 #include "bpf_hashmap_full_update_bench.skel.h"
 #include "bpf_util.h"