aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin.h
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.h
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.h')
-rw-r--r--Documentation/perf_counter/builtin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h
index 800f86c1d445..d32318aed8cf 100644
--- a/Documentation/perf_counter/builtin.h
+++ b/Documentation/perf_counter/builtin.h
@@ -1,8 +1,8 @@
1#ifndef BUILTIN_H 1#ifndef BUILTIN_H
2#define BUILTIN_H 2#define BUILTIN_H
3 3
4#include "util.h" 4#include "util/util.h"
5#include "strbuf.h" 5#include "util/strbuf.h"
6 6
7extern const char perf_version_string[]; 7extern const char perf_version_string[];
8extern const char perf_usage_string[]; 8extern const char perf_usage_string[];