aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-08-27 11:32:09 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-08-28 17:19:34 -0300
commitefa73d37c11af5082a5605665186c368f1196381 (patch)
treef6bc4c3e4d9f073c82438204b7091f8d4f3f3541 /tools/perf/builtin.h
parentperf tools: Warn that perf_event_paranoid can restrict kernel symbols (diff)
downloadlinux-dev-efa73d37c11af5082a5605665186c368f1196381.tar.xz
linux-dev-efa73d37c11af5082a5605665186c368f1196381.zip
perf tools: Remove needless util.h include from builtin.h
And fix up places where util.h is needed but was obtained indirectly via builtin.h. 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-a01ig3c4t76ye5wkqmtgk9qn@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin.h')
-rw-r--r--tools/perf/builtin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin.h b/tools/perf/builtin.h
index 999fe9170122..14a2db622a7b 100644
--- a/tools/perf/builtin.h
+++ b/tools/perf/builtin.h
@@ -2,8 +2,6 @@
#ifndef BUILTIN_H
#define BUILTIN_H
-#include "util/util.h"
-
extern const char perf_usage_string[];
extern const char perf_more_info_string[];