perf env: Remove needless cpumap.h header

Only a 'struct perf_cmp_map' forward allocation is necessary, fix the
places that need the header but were getting it indirectly, by luck,
from env.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-3sj3n534zghxhk7ygzeaqlx9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo
2019-09-10 16:29:02 +01:00
부모 09aa3b002c
커밋 87ffb6c640
37개의 변경된 파일31개의 추가작업 그리고 34개의 파일을 삭제

파일 보기

@@ -16,7 +16,6 @@
#include <linux/log2.h>
#include <linux/zalloc.h>
#include "cpumap.h"
#include "color.h"
#include "evsel.h"
#include "machine.h"