diff options
| author | Chen Ni <nichen@iscas.ac.cn> | 2026-03-18 07:04:22 +0300 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2026-03-18 21:51:13 +0300 |
| commit | ebbc5ce26eca294cf5f4e63399de63d086900442 (patch) | |
| tree | d067eb6063c6ce3aba39279d43d1c973ce6fdb1e /tools | |
| parent | 35cd0098eeb9601844cb82c4402fa7e6576c8b01 (diff) | |
| download | linux-ebbc5ce26eca294cf5f4e63399de63d086900442.tar.xz | |
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 <nichen@iscas.ac.cn>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/util/symbol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index bd811b2b7890..ce9195717f44 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" |
