[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-8vx5396phynuxhdsxxfbdhsk@git.kernel.org>
Date: Sat, 9 Feb 2019 04:35:20 -0800
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, namhyung@...nel.org, linux-kernel@...r.kernel.org,
jolsa@...nel.org, acme@...hat.com, adrian.hunter@...el.com,
mingo@...nel.org, tglx@...utronix.de
Subject: [tip:perf/core] perf thread: Don't include symbol.h, symbol_conf.h
is enough
Commit-ID: e22c1c751140aeacc5bba9596d7d5a21c5acbd8c
Gitweb: https://git.kernel.org/tip/e22c1c751140aeacc5bba9596d7d5a21c5acbd8c
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Mon, 28 Jan 2019 00:07:40 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 6 Feb 2019 10:00:38 -0300
perf thread: Don't include symbol.h, symbol_conf.h is enough
Also add stdio.h to get the FILE definition.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Link: https://lkml.kernel.org/n/tip-8vx5396phynuxhdsxxfbdhsk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/thread.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h
index 856cf1a9040a..8276ffeec556 100644
--- a/tools/perf/util/thread.h
+++ b/tools/perf/util/thread.h
@@ -5,14 +5,17 @@
#include <linux/refcount.h>
#include <linux/rbtree.h>
#include <linux/list.h>
+#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include "srccode.h"
-#include "symbol.h"
+#include "symbol_conf.h"
#include <strlist.h>
#include <intlist.h>
#include "rwsem.h"
+struct addr_location;
+struct map;
struct namespaces_event;
struct thread_stack;
struct unwind_libunwind_ops;
Powered by blists - more mailing lists