浏览代码

perf: fix duplicate header inclusion

#include <stdbool.h> somehow got duplicated on its way to linus's tree
(probably as a conflict resolution as things got sent through multiple
trees)

Signed-off-by: Michel Lespinasse <walken@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Michel Lespinasse 12 年之前
父节点
当前提交
ec073619cd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/perf/util/include/linux/rbtree.h

+ 0 - 1
tools/perf/util/include/linux/rbtree.h

@@ -1,3 +1,2 @@
 #include <stdbool.h>
-#include <stdbool.h>
 #include "../../../../include/linux/rbtree.h"