]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
perf llvm-add2line: Remove unused symbol_conf.h include
authorDmitry Vyukov <dvyukov@google.com>
Wed, 8 Jan 2025 07:02:28 +0000 (08:02 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Jan 2025 20:38:32 +0000 (17:38 -0300)
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>
tools/perf/util/llvm-c-helpers.cpp

index 663bcaba2041fc256266abd0c008832a3f525a7e..004081bd12c9cd1735a6f26a7d60ba29fa848b93 100644 (file)
@@ -18,7 +18,6 @@
 extern "C" {
 #include <linux/zalloc.h>
 }
-#include "symbol_conf.h"
 #include "llvm-c-helpers.h"
 
 extern "C"