perf map: Remove needless struct forward declarations
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>
This commit is contained in:
parent
40df3897f0
commit
805fcbc4fb
|
@ -12,11 +12,8 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct dso;
|
struct dso;
|
||||||
struct ip_callchain;
|
|
||||||
struct ref_reloc_sym;
|
|
||||||
struct map_groups;
|
struct map_groups;
|
||||||
struct machine;
|
struct machine;
|
||||||
struct evsel;
|
|
||||||
|
|
||||||
struct map {
|
struct map {
|
||||||
union {
|
union {
|
||||||
|
|
Loading…
Reference in New Issue