[PATCH 03/22] perf map: Remove needless struct forward declarations

From: Arnaldo Carvalho de Melo
Date: Thu Nov 28 2019 - 08:40:46 EST


From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

At some point we may have needed that, not anymore.

Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Link: https://lkml.kernel.org/n/tip-hnao13231bsl7xml5wn8h4iu@xxxxxxxxxxxxxx
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
tools/perf/util/map.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h
index c0dffa9ecfe3..aafaea22737c 100644
--- a/tools/perf/util/map.h
+++ b/tools/perf/util/map.h
@@ -12,11 +12,8 @@
#include <linux/types.h>

struct dso;
-struct ip_callchain;
-struct ref_reloc_sym;
struct map_groups;
struct machine;
-struct evsel;

struct map {
union {
--
2.21.0