perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo authored
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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
5e51b0bb
Name Last commit Last update
..
accounting delayacct: track delays from thrashing cache pages
arch tools arch x86: Sync asm/cpufeatures.h with the with the kernel
bpf tools: bpftool: add raw_tracepoint_writable prog type to header
build tools build: Add capability-related feature detection
cgroup tools: fix cross-compile var clobbering
crypto crypto: user - rename err_cnt parameter
debugging tools: add a kernel-chktaint to tools/debugging
firewire treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
firmware Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
gpio Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
hv tools: hv: fix typos in toolchain
iio Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
include tools headers: Add missing perf_event.h include
io_uring tools/io_uring: sync with liburing
kvm/kvm_stat treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
laptop treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
leds tools: fix cross-compile var clobbering
lib tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
memory-model tools/memory-model: Improve data-race detection
nfsd License cleanup: add SPDX GPL-2.0 license identifier to files with no license
objtool objtool: Improve UACCESS coverage
pci Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
pcmcia treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247
perf perf cpumap: Remove needless includes from cpumap.h
power kbuild: create *.mod with full directory path and remove MODVERDIR
scripts perf build: Do not use -Wshadow on gcc < 4.8
spi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
testing Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
thermal/tmon treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 89
time treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
usb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
virtio treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
vm tools/vm/slabinfo: add sorting info to help menu
wmi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Makefile tools: Keep list of tools in alphabetical order