[PATCH][Trivial] perf: remove duplicate util/util.h include frombuiltin-annotate.c

From: Jesper Juhl
Date: Thu May 26 2011 - 04:34:26 EST


Include util/util.h just once in tools/perf/builtin-annotate.c

Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
---
builtin-annotate.c | 2 --
1 file changed, 2 deletions(-)

Patch against Linus' tree as of a few minutes ago.

diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index e18eb7e..7b139e1 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -8,8 +8,6 @@
#include "builtin.h"

#include "util/util.h"
-
-#include "util/util.h"
#include "util/color.h"
#include <linux/list.h>
#include "util/cache.h"


--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/