Remove unneeded ipfw headers introduced in r213447 from Infiniband code.

MFC after:     2 weeks
This commit is contained in:
Alexander V. Chernikov 2012-09-04 10:56:30 +00:00
parent 39f6ca6553
commit f340037ea1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240082

View File

@ -67,8 +67,6 @@
#include <netinet/in_var.h>
#include <netinet/if_ether.h>
#include <netinet/ip_var.h>
#include <netinet/ip_fw.h>
#include <netinet/ipfw/ip_fw_private.h>
#endif
#ifdef INET6
#include <netinet6/nd6.h>