From 5e3bb05147816885f1cf25c8cfc03ceec3fa376d Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Fri, 21 Apr 2023 11:31:44 +0200 Subject: [PATCH] pfctl: remove unneeded includes We don't use nvlists (directly) or sysctls, so there's no need to include the headers. Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pfctl/pfctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index b5ef07064fb..09f29b1c601 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include @@ -50,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include