aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-help.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-27 02:02:14 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-27 03:05:08 -0400
commit148be2c15d4a866fbc7a8f55342e4fd4de73be61 (patch)
treea99f8c85552166f187a233ce29eb442f27fe620d /Documentation/perf_counter/builtin-help.c
parentf1f9b3b1795da8625e0e6096813c9d18d4a344ce (diff)
perf_counter tools: move helper library to util/*
Clean up the top level directory a bit by moving all the helper libraries to util/*.[ch]. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin-help.c')
-rw-r--r--Documentation/perf_counter/builtin-help.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/perf_counter/builtin-help.c b/Documentation/perf_counter/builtin-help.c
index a136d619db37..6616de0ef053 100644
--- a/Documentation/perf_counter/builtin-help.c
+++ b/Documentation/perf_counter/builtin-help.c
@@ -3,13 +3,13 @@
3 * 3 *
4 * Builtin help command 4 * Builtin help command
5 */ 5 */
6#include "cache.h" 6#include "util/cache.h"
7#include "builtin.h" 7#include "builtin.h"
8#include "exec_cmd.h" 8#include "util/exec_cmd.h"
9#include "common-cmds.h" 9#include "common-cmds.h"
10#include "parse-options.h" 10#include "util/parse-options.h"
11#include "run-command.h" 11#include "util/run-command.h"
12#include "help.h" 12#include "util/help.h"
13 13
14static struct man_viewer_list { 14static struct man_viewer_list {
15 struct man_viewer_list *next; 15 struct man_viewer_list *next;