summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2019-01-22 14:24:34 +0100
committerArnaldo Carvalho de Melo2019-01-25 15:12:09 +0100
commit40f3b2d20b52b090976a60fe56fb838a45eb362f (patch)
treeb1a9e501bc562c8f86dc36829b459510996092f8 /tools/perf/builtin-probe.c
parentperf symbols: Remove some unnecessary includes from symbol.h (diff)
downloadkernel-qcow2-linux-40f3b2d20b52b090976a60fe56fb838a45eb362f.tar.gz
kernel-qcow2-linux-40f3b2d20b52b090976a60fe56fb838a45eb362f.tar.xz
kernel-qcow2-linux-40f3b2d20b52b090976a60fe56fb838a45eb362f.zip
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>
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r--tools/perf/builtin-probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c
index 99de91698de1..46d3c2deeb40 100644
--- a/tools/perf/builtin-probe.c
+++ b/tools/perf/builtin-probe.c
@@ -32,6 +32,7 @@
#include "perf.h"
#include "builtin.h"
+#include "namespaces.h"
#include "util/util.h"
#include "util/strlist.h"
#include "util/strfilter.h"