perf tools: No need to include namespaces.h in util.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Apr 2018 17:53:56 +0000 (14:53 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 9 Apr 2018 13:57:50 +0000 (10:57 -0300)
commitad0902e0c4004dc95bf15229933012121ff54033
treea06000e7a2455bb05a65d6c0715321167d5fe741
parent94e87a8bd529121ea90219164c65c36ea1d19e56
perf tools: No need to include namespaces.h in util.h

The only thing that is needed there is a forward declaration for 'struct
nsinfo', so disentanble this, which in turns allows built-in clang
builds, i.e. 'make LIBCLANGLLVM=1 -C tools/perf'.

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: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Sandipan Das <sandipan@linux.vnet.ibm.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-vq26rsuwq1cqylpcyvq89c84@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.h