From 805fcbc4fb669036e0137c9a655c8bf0dd08cb5b Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Fri, 22 Nov 2019 12:48:24 -0300 Subject: perf map: Remove needless struct forward declarations At some point we may have needed that, not anymore. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-hnao13231bsl7xml5wn8h4iu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/map.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/perf/util/map.h') 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 struct dso; -struct ip_callchain; -struct ref_reloc_sym; struct map_groups; struct machine; -struct evsel; struct map { union { -- cgit v1.2.3-59-g8ed1b