aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorJesper Juhl <[email protected]>2011-05-26 08:21:05 +0000
committerIngo Molnar <[email protected]>2011-05-26 11:49:57 +0000
commitea7659fb2b876337aee719d9d5ddb05531dfb334 (patch)
tree899b5d257959d8071b7a9d579c9fb6a8545a77d9 /tools/perf/builtin-annotate.c
parentMerge branch 'linus' into perf/urgent (diff)
downloadkernel-ea7659fb2b876337aee719d9d5ddb05531dfb334.tar.gz
kernel-ea7659fb2b876337aee719d9d5ddb05531dfb334.zip
perf: Remove duplicate headers
Signed-off-by: Jesper Juhl <[email protected]> Cc: Tom Zanussi <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: [email protected] Cc: Peter Zijlstra <[email protected]> Cc: Paul Mackerras <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index e18eb7ed30ae..7b139e1e7e86 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -8,8 +8,6 @@
#include "builtin.h"
#include "util/util.h"
-
-#include "util/util.h"
#include "util/color.h"
#include <linux/list.h>
#include "util/cache.h"