aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/annotate.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-01-22 12:47:38 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-01-25 14:12:08 +0000
commit8a249c73a5cc0f578ef2c5a392e20336203ebe3a (patch)
treea6782ffc4ee57077cd67d5e9656f55605ac2076f /tools/perf/ui/gtk/annotate.c
parentperf symbols: Move symbol_conf to separate file (diff)
downloadkernel-8a249c73a5cc0f578ef2c5a392e20336203ebe3a.tar.gz
kernel-8a249c73a5cc0f578ef2c5a392e20336203ebe3a.zip
perf annotate: Remove lots of headers from annotate.h
To reduce the chances changes trigger tons of rebuilds, more to come. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/ui/gtk/annotate.c')
-rw-r--r--tools/perf/ui/gtk/annotate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/gtk/annotate.c b/tools/perf/ui/gtk/annotate.c
index 48428c9acd89..f22a7d142ada 100644
--- a/tools/perf/ui/gtk/annotate.c
+++ b/tools/perf/ui/gtk/annotate.c
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "gtk.h"
+#include "util/sort.h"
#include "util/debug.h"
#include "util/annotate.h"
#include "util/evsel.h"