aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/comm.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-01-22 11:28:42 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-01-25 15:12:09 +0100
commitf0049f2c3ee80d0808efe6fb4400b572e6858cb9 (patch)
tree0344b1346002009c93a7956cac01767baf00b91d /tools/perf/util/comm.h
parentperf namespaces: Remove namespaces.h from .h headers (diff)
downloadlinux-dev-f0049f2c3ee80d0808efe6fb4400b572e6858cb9.tar.xz
linux-dev-f0049f2c3ee80d0808efe6fb4400b572e6858cb9.zip
perf comm: Remove needless headers from comm.h
There we don't need rbtree, only in comm.c, also ditch perf.h, not needed at all. 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-vr1jnwwujh99skrgldtimpmu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/comm.h')
-rw-r--r--tools/perf/util/comm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/comm.h b/tools/perf/util/comm.h
index 3e5c438fe85e..f35d8fbfa2dd 100644
--- a/tools/perf/util/comm.h
+++ b/tools/perf/util/comm.h
@@ -2,9 +2,9 @@
#ifndef __PERF_COMM_H
#define __PERF_COMM_H
-#include "../perf.h"
-#include <linux/rbtree.h>
#include <linux/list.h>
+#include <linux/types.h>
+#include <stdbool.h>
struct comm_str;