Skip to content

Commit

Permalink
perf: fix duplicate header inclusion
Browse files Browse the repository at this point in the history
#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]>
  • Loading branch information
walken-google authored and torvalds committed Oct 10, 2012
1 parent cd59085 commit ec07361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/perf/util/include/linux/rbtree.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#include <stdbool.h>
#include <stdbool.h>
#include "../../../../include/linux/rbtree.h"

0 comments on commit ec07361

Please sign in to comment.