[tip: perf/urgent] perf map: Remove needless struct forward declarations

From: tip-bot2 for Arnaldo Carvalho de Melo
Date: Fri Nov 29 2019 - 01:03:17 EST


The following commit has been merged into the perf/urgent branch of tip:

Commit-ID: 805fcbc4fb669036e0137c9a655c8bf0dd08cb5b
Gitweb: https://git.kernel.org/tip/805fcbc4fb669036e0137c9a655c8bf0dd08cb5b
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
AuthorDate: Fri, 22 Nov 2019 12:48:24 -03:00
Committer: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
CommitterDate: Tue, 26 Nov 2019 11:07:45 -03:00

perf map: Remove needless struct forward declarations

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 c0dffa9..aafaea2 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 {