summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/nat.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-02-01 16:00:49 +0000
committerluigi <luigi@FreeBSD.org>2009-02-01 16:00:49 +0000
commit23001c70f6bbdc9d9fdf1e5004247a1ca399bca0 (patch)
treeff222360e436e2ff629391fb6a2a60454cf9b2ff /sbin/ipfw/nat.c
parentbe5fcb8006b960467df137c76fef0baf9133ff30 (diff)
downloadFreeBSD-src-23001c70f6bbdc9d9fdf1e5004247a1ca399bca0.zip
FreeBSD-src-23001c70f6bbdc9d9fdf1e5004247a1ca399bca0.tar.gz
put the altq-related functions into a separate file.
Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.
Diffstat (limited to 'sbin/ipfw/nat.c')
-rw-r--r--sbin/ipfw/nat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipfw/nat.c b/sbin/ipfw/nat.c
index 7c2453b..da8896c 100644
--- a/sbin/ipfw/nat.c
+++ b/sbin/ipfw/nat.c
@@ -24,7 +24,6 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/sockio.h>
#include <sys/sysctl.h>
#include "ipfw2.h"
@@ -43,7 +42,6 @@
#include <net/if_dl.h>
#include <net/route.h> /* def. of struct route */
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip_fw.h>
#include <arpa/inet.h>
#include <alias.h>
OpenPOWER on IntegriCloud