]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf tools: Remove duplicate include of debug.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 18 Mar 2026 04:04:22 +0000 (12:04 +0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 18 Mar 2026 18:51:13 +0000 (11:51 -0700)
Remove duplicate inclusion of debug.h in symbol.c to clean up redundant
code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/symbol.c

index bd811b2b78903a14fdfda8ecd4ece57fbf405ff1..ce9195717f4429013f0df5d7d57850a1ac14c84b 100644 (file)
@@ -26,7 +26,6 @@
 #include "demangle-rust-v0.h"
 #include "dso.h"
 #include "util.h" // lsdir()
-#include "debug.h"
 #include "event.h"
 #include "machine.h"
 #include "map.h"