From ec073619cdda99ffb6a07d3b8000569f5210815a Mon Sep 17 00:00:00 2001 From: Michel Lespinasse Date: Wed, 10 Oct 2012 15:54:11 -0700 Subject: perf: fix duplicate header inclusion #include 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 Cc: Adrian Hunter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- tools/perf/util/include/linux/rbtree.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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 -#include #include "../../../../include/linux/rbtree.h" -- cgit v1.2.3