diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 22:10:59 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-01 00:10:40 +0200 |
commit | b6b5574b80d6ce6ca87ae3ea1e97cff1bf730f2e (patch) | |
tree | 2c7d4cd02b49a1778e6e9df66eb0b38224dca8ce /tools/perf/util/cputopo.h | |
parent | perf debug: Remove needless include directives from debug.h (diff) | |
download | linux-b6b5574b80d6ce6ca87ae3ea1e97cff1bf730f2e.tar.xz linux-b6b5574b80d6ce6ca87ae3ea1e97cff1bf730f2e.zip |
perf env: Remove env.h from other headers where just a fwd decl is needed
And fixup the fallout of c files not building due to now missing
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-sw8k3kpla98pr3rqypbjk9hf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/cputopo.h')
-rw-r--r-- | tools/perf/util/cputopo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/cputopo.h b/tools/perf/util/cputopo.h index bae2f1d41856..7bf6b811f715 100644 --- a/tools/perf/util/cputopo.h +++ b/tools/perf/util/cputopo.h @@ -3,7 +3,6 @@ #define __PERF_CPUTOPO_H #include <linux/types.h> -#include "env.h" struct cpu_topology { u32 core_sib; |