diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-18 17:44:58 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 19:01:54 +0300 |
commit | 20a9ed280dde6292c529dfdaaf9ce743ef71bb1f (patch) | |
tree | e984aec84ff1af456f8caa4c64139f6c6acab251 /tools/perf/util | |
parent | 6dcca6df4b73d409628c7b4464c63d4eb9d4d13a (diff) | |
download | linux-20a9ed280dde6292c529dfdaaf9ce743ef71bb1f.tar.xz |
perf tools: Use api/fs/tracing_path.h where needed
Instead of getting it out of luck from util.h, where it isn't needed at
all.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-0bqugg5lc5ksla1v4m0dnmc1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 423ed7f8bcc0..d4910e490f20 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -34,7 +34,6 @@ #include <sys/ioctl.h> #include <linux/kernel.h> #include <linux/types.h> -#include <api/fs/tracing_path.h> extern char buildid_dir[]; |