projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb878b
)
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 10 Apr 2011 17:46:52 +0000
(19:46 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 10 May 2011 08:20:07 +0000
(10:20 +0200)
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>
tools/perf/util/ui/browsers/annotate.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/ui/browsers/annotate.c
b/tools/perf/util/ui/browsers/annotate.c
index 15633d6081332f0204acc978974ff6deec8d2375..0229723aceb320bb9d7ae0a92bfb2a9820a132a5 100644
(file)
--- a/
tools/perf/util/ui/browsers/annotate.c
+++ b/
tools/perf/util/ui/browsers/annotate.c
@@
-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, ...)