[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1101102312160.32164@swampdragon.chaosbits.net>
Date: Mon, 10 Jan 2011 23:14:18 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
cc: Paul Mackerras <paulus@...ba.org>, Ingo Molnar <mingo@...e.hu>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH] perf builtin-script: It's enough to include util/parse-options.h
header once.
It should be enough to include util/parse-options.h once in
tools/perf/builtin-script.c
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
builtin-script.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 150a606..0173a80 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -8,11 +8,10 @@
#include "util/parse-options.h"
#include "util/session.h"
#include "util/symbol.h"
#include "util/thread.h"
#include "util/trace-event.h"
-#include "util/parse-options.h"
#include "util/util.h"
static char const *script_name;
static char const *generate_script_lang;
static bool debug_mode;
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists