projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd59085
)
perf: fix duplicate header inclusion
author
Michel Lespinasse
<
[email protected]
>
Wed, 10 Oct 2012 22:54:11 +0000
(15:54 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 10 Oct 2012 23:50:17 +0000
(08:50 +0900)
#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]
>
tools/perf/util/include/linux/rbtree.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/include/linux/rbtree.h
b/tools/perf/util/include/linux/rbtree.h
index 9bcdc844b330b2c4f9af7435b054caa7d759dcf0..2a030c5af3aa2062082d87b1604b9980a1006844 100644
(file)
--- a/
tools/perf/util/include/linux/rbtree.h
+++ b/
tools/perf/util/include/linux/rbtree.h
@@
-1,3
+1,2
@@
#include <stdbool.h>
-#include <stdbool.h>
#include "../../../../include/linux/rbtree.h"