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>
This commit is contained in:
Jesper Juhl 2011-04-10 19:46:52 +02:00 committed by Jiri Kosina
parent aeb878b096
commit 2d9ff66da6
1 changed files with 0 additions and 1 deletions

View 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, ...)