[PATCH 2/2] perf annotate: Remove duplicate header file

From: Lin Ming
Date: Fri Apr 29 2011 - 04:33:53 EST


annotate.h was included twice, remove one.

Signed-off-by: Lin Ming <ming.m.lin@xxxxxxxxx>
---
tools/perf/util/ui/browsers/annotate.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/perf/util/ui/browsers/annotate.c b/tools/perf/util/ui/browsers/annotate.c
index 15633d6..4bb69e8 100644
--- a/tools/perf/util/ui/browsers/annotate.c
+++ b/tools/perf/util/ui/browsers/annotate.c
@@ -1,7 +1,6 @@
#include "../browser.h"
#include "../helpline.h"
#include "../libslang.h"
-#include "../../annotate.h"
#include "../../hist.h"
#include "../../sort.h"
#include "../../symbol.h"
--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/