[tip: perf/core] perf evlist: Remove duplicate headers

From: tip-bot2 for Jagadeesh Pagadala
Date: Fri May 08 2020 - 09:07:46 EST


The following commit has been merged into the perf/core branch of tip:

Commit-ID: 8fbd301bf206a3f3fc2c01181a11eb42846b9949
Gitweb: https://git.kernel.org/tip/8fbd301bf206a3f3fc2c01181a11eb42846b9949
Author: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx>
AuthorDate: Sun, 19 Apr 2020 11:43:56 +05:30
Committer: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
CommitterDate: Wed, 22 Apr 2020 10:01:33 -03:00

perf evlist: Remove duplicate headers

Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@xxxxxxxxx>
Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Link: http://lore.kernel.org/lkml/1587276836-17088-1-git-send-email-jagdsh.linux@xxxxxxxxx
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
tools/lib/perf/evlist.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/tools/lib/perf/evlist.c b/tools/lib/perf/evlist.c
index 5b9f2ca..def5505 100644
--- a/tools/lib/perf/evlist.c
+++ b/tools/lib/perf/evlist.c
@@ -11,10 +11,8 @@
#include <internal/mmap.h>
#include <internal/cpumap.h>
#include <internal/threadmap.h>
-#include <internal/xyarray.h>
#include <internal/lib.h>
#include <linux/zalloc.h>
-#include <sys/ioctl.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>