[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1304066518-30420-3-git-send-email-ming.m.lin@intel.com>
Date: Fri, 29 Apr 2011 08:41:58 +0000
From: Lin Ming <ming.m.lin@...el.com>
To: Arnaldo Carvalho de Melo <acme@...radead.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH 2/2] perf annotate: Remove duplicate header file
annotate.h was included twice, remove one.
Signed-off-by: Lin Ming <ming.m.lin@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists