diff options
author | Jesper Juhl <[email protected]> | 2011-04-10 19:46:52 +0200 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2011-05-10 10:20:07 +0200 |
commit | 2d9ff66da61d1365406586a6b1ed53cf61e6143f (patch) | |
tree | f35615eb7bb9e648d0c4934bf2cb8a27b299199c | |
parent | aeb878b0967550bb56606ae21172bdcbd6afe052 (diff) |
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
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 <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | 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 15633d608133..0229723aceb3 100644 --- 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, ...) |