aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
diff options
context:
space:
mode:
authorBrajeswar Ghosh <brajeswar.linux@gmail.com>2019-01-15 19:29:16 +0530
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-01-21 15:15:57 -0300
commit3eb03a5208a4eb46443e23e3fa9eb7e4c7ae4885 (patch)
tree63ea9b32b2883029bfce946881b40e98c4d5f02e /tools/perf/builtin-stat.c
parentperf: Remove duplicated workqueue.h include from perf_event.h (diff)
downloadlinux-dev-3eb03a5208a4eb46443e23e3fa9eb7e4c7ae4885.tar.xz
linux-dev-3eb03a5208a4eb46443e23e3fa9eb7e4c7ae4885.zip
perf tools: Remove duplicate headers
Remove duplicate headers which are included more than once in the same file. Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com> Acked-by: Souptick Joarder <jrdr.linux@gmail.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Colin King <colin.king@canonical.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Link: http://lkml.kernel.org/r/20190115135916.GA3629@hp-pavilion-15-notebook-pc-brajeswar Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r--tools/perf/builtin-stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index 63a3afc7f32b..e587808591e8 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -83,7 +83,6 @@
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
-#include <sys/wait.h>
#include "sane_ctype.h"