diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-30 17:18:50 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-01 03:24:10 +0200 |
commit | ef7d95661d046eddf2cf33847278781404679a2f (patch) | |
tree | 0a95dbf4dc0ea2954cf10b39d6abac1197fb497b /tools/perf/util/cs-etm.c | |
parent | perf tools: Remove needless thread.h include directives (diff) | |
download | linux-ef7d95661d046eddf2cf33847278781404679a2f.tar.xz linux-ef7d95661d046eddf2cf33847278781404679a2f.zip |
perf tools: Remove needless thread_map.h include directives
Now that thread_map.h isn't included by any other header, we can check where
it is really needed, i.e. we can remove it and be sure that it isn't
being obtained indirectly.
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-fyzvg64cz1ikvyxp8d6nrhz1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/cs-etm.c')
-rw-r--r-- | tools/perf/util/cs-etm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index 3ed1d3bb7089..30c2048ce67d 100644 --- a/tools/perf/util/cs-etm.c +++ b/tools/perf/util/cs-etm.c @@ -30,7 +30,6 @@ #include "symbol.h" #include "tool.h" #include "thread.h" -#include "thread_map.h" #include "thread-stack.h" #include <tools/libc_compat.h> #include "util.h" |