summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/s390-cpumsf.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-08-30 17:13:45 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-09-01 03:24:10 +0200
commit4becb2395f9166b11d68817ed4af8fc06b840908 (patch)
treebd07de0c0551e253ad954c9644bdd088b1c5f4c7 /tools/perf/util/s390-cpumsf.c
parentperf tools: Remove needless map.h include directives (diff)
downloadlinux-4becb2395f9166b11d68817ed4af8fc06b840908.tar.xz
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 '')
-rw-r--r--tools/perf/util/s390-cpumsf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/s390-cpumsf.c b/tools/perf/util/s390-cpumsf.c
index 2ba4baa2c52f..24a99909d8b3 100644
--- a/tools/perf/util/s390-cpumsf.c
+++ b/tools/perf/util/s390-cpumsf.c
@@ -158,7 +158,6 @@
#include "machine.h"
#include "session.h"
#include "tool.h"
-#include "thread.h"
#include "debug.h"
#include "auxtrace.h"
#include "s390-cpumsf.h"