From: Chen Ni Date: Wed, 18 Mar 2026 04:04:22 +0000 (+0800) Subject: perf tools: Remove duplicate include of debug.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebbc5ce26eca294cf5f4e63399de63d086900442;p=thirdparty%2Fkernel%2Flinux.git perf tools: Remove duplicate include of debug.h Remove duplicate inclusion of debug.h in symbol.c to clean up redundant code. Signed-off-by: Chen Ni Reviewed-by: Ian Rogers Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index bd811b2b78903..ce9195717f442 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -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"