summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichel Lespinasse <walken@google.com>2012-10-10 15:54:11 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-11 08:50:17 +0900
commitec073619cdda99ffb6a07d3b8000569f5210815a (patch)
treebae66c90b8820847b69bde99dd8b4f27e7a96ad0 /tools
parentcd59085a9b89585f20b4765f74c04e8c527f09f2 (diff)
downloadlinux-3.10-ec073619cdda99ffb6a07d3b8000569f5210815a.tar.gz
linux-3.10-ec073619cdda99ffb6a07d3b8000569f5210815a.tar.bz2
linux-3.10-ec073619cdda99ffb6a07d3b8000569f5210815a.zip
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/include/linux/rbtree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/include/linux/rbtree.h b/tools/perf/util/include/linux/rbtree.h
index 9bcdc844b33..2a030c5af3a 100644
--- 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"