diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-10 16:29:02 +0100 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-20 09:19:21 -0300 |
| commit | 87ffb6c6407023419ae6b2770142b0754d9cbaa1 (patch) | |
| tree | e9cddbe1223bfdeb3f01da1f878e316f52bc872b /tools/perf/tests/code-reading.c | |
| parent | perf symbols: Add missing dso.h header (diff) | |
| download | linux-87ffb6c6407023419ae6b2770142b0754d9cbaa1.tar.gz linux-87ffb6c6407023419ae6b2770142b0754d9cbaa1.zip | |
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>
Diffstat (limited to 'tools/perf/tests/code-reading.c')
| -rw-r--r-- | tools/perf/tests/code-reading.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/code-reading.c b/tools/perf/tests/code-reading.c index c1c29e08e7fb..8d9020c46ca9 100644 --- a/tools/perf/tests/code-reading.c +++ b/tools/perf/tests/code-reading.c @@ -19,7 +19,6 @@ #include "evlist.h" #include "evsel.h" #include "thread_map.h" -#include "cpumap.h" #include "machine.h" #include "map.h" #include "symbol.h" |
