Skip to content

Commit

Permalink
perf map: Remove needless struct forward declarations
Browse files Browse the repository at this point in the history
At some point we may have needed that, not anymore.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-hnao13231bsl7xml5wn8h4iu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Arnaldo Carvalho de Melo committed Nov 26, 2019
1 parent 40df389 commit 805fcbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/perf/util/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 805fcbc

Please sign in to comment.