aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-03-13 12:24:42 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-03-15 13:06:08 -0300
commitdb3c6bf811581c626471a6aecdf0024575b707d7 (patch)
tree3549fa6d1158e4c1279559bb52c9cc907addc126 /tools
parentperf machine: Move machine__remove_thread and make static (diff)
downloadlinux-dev-db3c6bf811581c626471a6aecdf0024575b707d7.tar.xz
linux-dev-db3c6bf811581c626471a6aecdf0024575b707d7.zip
perf report: Remove duplicated include
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Cc: Ingo Molnar <mingo@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/CAPgLHd9=EXaH1hv4jeVvTa4tZFsjnx+8+g3zqmmUKqQ5qRqTEA@mail.gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-report.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 3f4a79ba5ada..296bd219977a 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -13,7 +13,6 @@
#include "util/annotate.h"
#include "util/color.h"
#include <linux/list.h>
-#include "util/cache.h"
#include <linux/rbtree.h>
#include "util/symbol.h"
#include "util/callchain.h"