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 <[email protected]> Cc: Adrian Hunter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent cd59085 commit ec07361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
-1
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)