diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-30 12:13:45 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-31 22:24:10 -0300 |
commit | 4becb2395f9166b11d68817ed4af8fc06b840908 (patch) | |
tree | bd07de0c0551e253ad954c9644bdd088b1c5f4c7 /tools/perf/builtin-annotate.c | |
parent | df1a0a110c2c0138665f6d8ec96812ea14c2d818 (diff) | |
download | linux-4becb2395f9166b11d68817ed4af8fc06b840908.tar.gz linux-4becb2395f9166b11d68817ed4af8fc06b840908.tar.bz2 linux-4becb2395f9166b11d68817ed4af8fc06b840908.zip |
perf tools: Remove needless thread.h include directives
Now that thread.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-kh333ivjbw05wsggckpziu86@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 738471a0a549..7135b77a18e7 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -24,7 +24,6 @@ #include "util/event.h" #include <subcmd/parse-options.h> #include "util/parse-events.h" -#include "util/thread.h" #include "util/sort.h" #include "util/hist.h" #include "util/dso.h" |