Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf llvm-add2line: Remove unused symbol_conf.h include

Remove unused symbol_conf.h include.

First, it's just unused. Second, it's problematic since this is a C++
file, and most perf headers don't compile as C++. So if any other
includes are added to symbol_conf.h, it may break the build.

Signed-off-by: Dmitriy Vyukov <dvyukov@google.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20250108070248.237943-1-dvyukov@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Dmitry Vyukov and committed by
Arnaldo Carvalho de Melo
9c64c7c6 58f4f294

-1
-1
tools/perf/util/llvm-c-helpers.cpp
··· 18 18 extern "C" { 19 19 #include <linux/zalloc.h> 20 20 } 21 - #include "symbol_conf.h" 22 21 #include "llvm-c-helpers.h" 23 22 24 23 extern "C"