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 <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>
  • Loading branch information
Michel Lespinasse authored and Linus 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.