diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 21:42:40 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-29 23:38:32 +0300 |
commit | 0ac25fd0a04d8bd52ceac2476e71a4e497489987 (patch) | |
tree | c00396103c4b374aaaec012c968cbe8e696cd0ac /tools/perf/builtin-probe.c | |
parent | c1a604dff486399ae0be95e6396e0158df95ad5d (diff) | |
download | linux-0ac25fd0a04d8bd52ceac2476e71a4e497489987.tar.xz |
perf tools: Remove perf.h from source files not needing it
With the movement of lots of stuff out of perf.h to other headers we
ended up not needing it in lots of places, remove it from those places.
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-c718m0sxxwp73lp9d8vpihb4@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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index 3d0ffd41fb55..f45fd7e9723e 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c @@ -16,7 +16,6 @@ #include <stdlib.h> #include <string.h> -#include "perf.h" #include "builtin.h" #include "namespaces.h" #include "util/strlist.h" |