* [PATCH] uapi: stop including linux/sysctl.h in uapi/linux/netfilter.h
[not found] ` <87poi93d19.fsf@xmission.com>
@ 2017-02-23 2:49 ` Dmitry V. Levin
2017-02-23 20:51 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2017-02-23 2:49 UTC (permalink / raw)
To: Eric W. Biederman, Pablo Neira Ayuso, Jozsef Kadlecsik
Cc: netfilter-devel, coreteam, linux-kernel
linux/netfilter.h is the last uapi header file that includes
linux/sysctl.h but it does not depend on definitions provided
by this essentially dead header file.
Suggested-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
include/uapi/linux/netfilter.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index 7550e91..c111a91 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -3,7 +3,6 @@
#include <linux/types.h>
#include <linux/compiler.h>
-#include <linux/sysctl.h>
#include <linux/in.h>
#include <linux/in6.h>
--
ldv
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-23 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170222230652.GA14373@altlinux.org>
[not found] ` <87poi93d19.fsf@xmission.com>
2017-02-23 2:49 ` [PATCH] uapi: stop including linux/sysctl.h in uapi/linux/netfilter.h Dmitry V. Levin
2017-02-23 20:51 ` Pablo Neira Ayuso
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).