commit | ef7d95661d046eddf2cf33847278781404679a2f | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Fri Aug 30 12:18:50 2019 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Sat Aug 31 22:24:10 2019 -0300 |
tree | 0a95dbf4dc0ea2954cf10b39d6abac1197fb497b | |
parent | 4becb2395f9166b11d68817ed4af8fc06b840908 [diff] |
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 <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>