summaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/builtin.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-27 08:02:14 +0200
committerIngo Molnar <mingo@elte.hu>2009-04-27 09:05:08 +0200
commit148be2c15d4a866fbc7a8f55342e4fd4de73be61 (patch)
treea99f8c85552166f187a233ce29eb442f27fe620d /Documentation/perf_counter/builtin.h
parentf1f9b3b1795da8625e0e6096813c9d18d4a344ce (diff)
downloadlwn-148be2c15d4a866fbc7a8f55342e4fd4de73be61.tar.gz
lwn-148be2c15d4a866fbc7a8f55342e4fd4de73be61.zip
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 @@
#ifndef BUILTIN_H
#define BUILTIN_H
-#include "util.h"
-#include "strbuf.h"
+#include "util/util.h"
+#include "util/strbuf.h"
extern const char perf_version_string[];
extern const char perf_usage_string[];