[PATCH][Trivial] perf: remove duplicate util/parse-options.h includefrom builtin-script.c

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


Including util/parse-options.h once in tools/perf/builtin-script.c is
enough.

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

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

diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 974f6d3..22747de 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -10,7 +10,6 @@
#include "util/symbol.h"
#include "util/thread.h"
#include "util/trace-event.h"
-#include "util/parse-options.h"
#include "util/util.h"
#include "util/evlist.h"
#include "util/evsel.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/