linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 42/45] sample/sockmap: remove duplicate includes
@ 2017-12-10 18:30 Pravin Shedge
  0 siblings, 0 replies; only message in thread
From: Pravin Shedge @ 2017-12-10 18:30 UTC (permalink / raw)
  To: john.fastabend, davem, ast; +Cc: linux-kernel, pravin.shedge4linux

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
---
 samples/sockmap/sockmap_user.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/samples/sockmap/sockmap_user.c b/samples/sockmap/sockmap_user.c
index 7cc9d22..7c8ccd6 100644
--- a/samples/sockmap/sockmap_user.c
+++ b/samples/sockmap/sockmap_user.c
@@ -19,7 +19,6 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/ioctl.h>
 #include <stdbool.h>
 #include <signal.h>
 #include <fcntl.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-10 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 18:30 [PATCH 42/45] sample/sockmap: remove duplicate includes Pravin Shedge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).