summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
committerbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
commitb017972f116ec349316c8750695dd271f9a583ea (patch)
tree0512a76c52406b2b80e4f24f2882a90af09d3a72 /sys/netinet/ip_var.h
parent21376236dde77e2c63790a0607687faa898d87d6 (diff)
downloadFreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.zip
FreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.tar.gz
Add the explicit include of vimage.h to another five .c files still
missing it. Remove the "hidden" kernel only include of vimage.h from ip_var.h added with the very first Vimage commit r181803 to avoid further kernel poisoning.
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 1e5e693..c0b02eb 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -34,9 +34,6 @@
#define _NETINET_IP_VAR_H_
#include <sys/queue.h>
-#ifdef _KERNEL
-#include <sys/vimage.h>
-#endif
/*
* Overlay for ip header used by other protocols (tcp, udp).
OpenPOWER on IntegriCloud