diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 21:20:59 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 23:38:32 +0300 |
commit | c1a604dff486399ae0be95e6396e0158df95ad5d (patch) | |
tree | cfd993c491ac4e85719667a6108d22838bf0f265 /tools/perf/util/auxtrace.h | |
parent | f37110205c3065546d6995b1463751c7bbb50e89 (diff) | |
download | linux-c1a604dff486399ae0be95e6396e0158df95ad5d.tar.xz |
perf tools: Remove needless perf.h include directive from headers
Its not needed there, add it to the places that need it and were getting
it via those headers.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-5yulx1u16vyd0zmrbg1tjhju@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/auxtrace.h')
-rw-r--r-- | tools/perf/util/auxtrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h index 1fa8a965b03f..bc39cc5610a8 100644 --- a/tools/perf/util/auxtrace.h +++ b/tools/perf/util/auxtrace.h @@ -17,7 +17,6 @@ #include <asm/bitsperlong.h> #include <asm/barrier.h> -#include "../perf.h" #include "event.h" #include "session.h" #include "debug.h" |