Skip to content

Commit ec07361

Browse files
walken-googletorvalds
authored andcommitted
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>
1 parent cd59085 commit ec07361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#include <stdbool.h>
2-
#include <stdbool.h>
32
#include "../../../../include/linux/rbtree.h"

0 commit comments

Comments
 (0)