浏览代码

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 <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jesper Juhl 14 年之前
父节点
当前提交
2d9ff66da6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/perf/util/ui/browsers/annotate.c

+ 0 - 1
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, ...)