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>
This commit is contained in:
Arnaldo Carvalho de Melo 2019-08-29 17:10:59 -03:00
parent 8520a98dba
commit b6b5574b80
5 changed files with 9 additions and 3 deletions

View file

@ -2,8 +2,9 @@
#define __MEM2NODE_H
#include <linux/rbtree.h>
#include "env.h"
#include <linux/types.h>
struct perf_env;
struct phys_entry;
struct mem2node {