From: jagdsh.linux@gmail.com
To: jolsa@kernel.org, acme@redhat.com, ak@linux.intel.com
Cc: linux-kernel@vger.kernel.org,
Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Subject: [PATCH 2/7] tools/lib/perf/: Remove duplicate headers
Date: Sun, 19 Apr 2020 11:43:56 +0530 [thread overview]
Message-ID: <1587276836-17088-1-git-send-email-jagdsh.linux@gmail.com> (raw)
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
next reply other threads:[~2020-04-19 6:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-19 6:13 jagdsh.linux [this message]
2020-04-20 12:55 ` Arnaldo Carvalho de Melo
2020-05-08 13:05 ` [tip: perf/core] perf evlist: " tip-bot2 for Jagadeesh Pagadala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587276836-17088-1-git-send-email-jagdsh.linux@gmail.com \
--to=jagdsh.linux@gmail.com \
--cc=acme@redhat.com \
--cc=ak@linux.intel.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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