Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c

Including "../../annotate.h" once in
tools/perf/util/ui/browsers/annotate.c is enough. No need to do it twice.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Jesper Juhl and committed by
Jiri Kosina
2d9ff66d aeb878b0

-1
-1
tools/perf/util/ui/browsers/annotate.c
··· 5 5 #include "../../hist.h" 6 6 #include "../../sort.h" 7 7 #include "../../symbol.h" 8 - #include "../../annotate.h" 9 8 #include <pthread.h> 10 9 11 10 static void ui__error_window(const char *fmt, ...)