]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/firewall-util.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / shared / firewall-util.c
index e1782878726cc95a54b54d4962f91294919e468a..5acfb0191b45e7323511e1e294c072fd066b6b0b 100644 (file)
@@ -19,9 +19,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <arpa/inet.h>
 #include <net/if.h>
+#include <sys/types.h>
 #include <linux/netfilter_ipv4/ip_tables.h>
 #include <linux/netfilter/nf_nat.h>
 #include <linux/netfilter/xt_addrtype.h>