From: Dmitry Vyukov Date: Wed, 8 Jan 2025 07:02:28 +0000 (+0100) Subject: perf llvm-add2line: Remove unused symbol_conf.h include X-Git-Tag: v6.14-rc1~120^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c64c7c658265f93350aedf77c6b4055ebd71688;p=thirdparty%2Fkernel%2Fstable.git 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 Cc: Ian Rogers Cc: Namhyung Kim Link: https://lore.kernel.org/r/20250108070248.237943-1-dvyukov@google.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/llvm-c-helpers.cpp b/tools/perf/util/llvm-c-helpers.cpp index 663bcaba2041f..004081bd12c9c 100644 --- a/tools/perf/util/llvm-c-helpers.cpp +++ b/tools/perf/util/llvm-c-helpers.cpp @@ -18,7 +18,6 @@ extern "C" { #include } -#include "symbol_conf.h" #include "llvm-c-helpers.h" extern "C"