Skip to content

Commit 9c64c7c

Browse files
dvyukovacmel
authored andcommitted
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 <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 58f4f29 commit 9c64c7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/perf/util/llvm-c-helpers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
extern "C" {
1919
#include <linux/zalloc.h>
2020
}
21-
#include "symbol_conf.h"
2221
#include "llvm-c-helpers.h"
2322

2423
extern "C"

0 commit comments

Comments
 (0)