perf cpumap: Remove needless includes from cpumap.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 13:48:31 +0000 (10:48 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 20:16:57 +0000 (17:16 -0300)
commit5e51b0bb245d963f5ce750256c504be95201e38c
treebc8288220aa4a17951429ce2ae39577c43a9a0d4
parentf7004f5990e230710112b89f2f11777e5e64e258
perf cpumap: Remove needless includes from cpumap.h

The util/cpumap.h file doesn't use anything in refcount.h not in
debug.h, it needs just a forward reference to 'struct cpu_map_data',
that is defined in util/event.h and cpumap.h was getting indirectly via,
of all things, debug.h

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-mtjww98yptt4ppo6g2blavg5@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/header.c
tools/perf/tests/mem2node.c
tools/perf/util/cpumap.c
tools/perf/util/cpumap.h
tools/perf/util/cputopo.c
tools/perf/util/env.c
tools/perf/util/mem2node.c
tools/perf/util/pmu.c
tools/perf/util/svghelper.c