From: Jesper Juhl Date: Sun, 10 Apr 2011 17:46:52 +0000 (+0200) Subject: perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d9ff66da61d1365406586a6b1ed53cf61e6143f;p=linux-beck.git 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 Signed-off-by: Jiri Kosina --- diff --git a/tools/perf/util/ui/browsers/annotate.c b/tools/perf/util/ui/browsers/annotate.c index 15633d608133..0229723aceb3 100644 --- a/tools/perf/util/ui/browsers/annotate.c +++ b/tools/perf/util/ui/browsers/annotate.c @@ -5,7 +5,6 @@ #include "../../hist.h" #include "../../sort.h" #include "../../symbol.h" -#include "../../annotate.h" #include static void ui__error_window(const char *fmt, ...)