perf namespaces: Remove namespaces.h from .h headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 22 Jan 2019 13:24:34 +0000 (11:24 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 25 Jan 2019 14:12:09 +0000 (15:12 +0100)
commit40f3b2d20b52b090976a60fe56fb838a45eb362f
treeb1a9e501bc562c8f86dc36829b459510996092f8
parent68c0188ea77891266c048d0768250eba51441cb2
perf namespaces: Remove namespaces.h from .h headers

There we need just forward declarations, so remove it and add it just on
the .c files that actually touch the struct definitions.

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-wsjxzt99p83jubt6hu0med0f@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-probe.c
tools/perf/util/build-id.c
tools/perf/util/build-id.h
tools/perf/util/dso.c
tools/perf/util/dso.h
tools/perf/util/probe-event.c
tools/perf/util/probe-event.h
tools/perf/util/probe-file.c
tools/perf/util/thread.h
tools/perf/util/util.c