mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/7] tools/lib/perf/: Remove duplicate headers
@ 2020-04-19  6:13 jagdsh.linux
  2020-04-20 12:55 ` Arnaldo Carvalho de Melo
  2020-05-08 13:05 ` [tip: perf/core] perf evlist: " tip-bot2 for Jagadeesh Pagadala
  0 siblings, 2 replies; 3+ messages in thread
From: jagdsh.linux @ 2020-04-19  6:13 UTC (permalink / raw)
  To: jolsa, acme, ak; +Cc: linux-kernel, Jagadeesh Pagadala

From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 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>
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-08 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  6:13 [PATCH 2/7] tools/lib/perf/: Remove duplicate headers jagdsh.linux
2020-04-20 12:55 ` Arnaldo Carvalho de Melo
2020-05-08 13:05 ` [tip: perf/core] perf evlist: " tip-bot2 for Jagadeesh Pagadala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome