]> git.ipfire.org Git - people/ms/linux.git/commitdiff
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
authorJesper Juhl <jj@chaosbits.net>
Sun, 10 Apr 2011 17:46:52 +0000 (19:46 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 10 May 2011 08:20:07 +0000 (10:20 +0200)
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>
tools/perf/util/ui/browsers/annotate.c

index 15633d6081332f0204acc978974ff6deec8d2375..0229723aceb320bb9d7ae0a92bfb2a9820a132a5 100644 (file)
@@ -5,7 +5,6 @@
 #include "../../hist.h"
 #include "../../sort.h"
 #include "../../symbol.h"
-#include "../../annotate.h"
 #include <pthread.h>
 
 static void ui__error_window(const char *fmt, ...)