Date: Tue, 5 Jan 2010 11:38:38 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r201570 - user/luigi/ipfw3-head/sys/netinet/ipfw Message-ID: <201001051138.o05BccWo084545@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: luigi Date: Tue Jan 5 11:38:37 2010 New Revision: 201570 URL: http://svn.freebsd.org/changeset/base/201570 Log: remove unnecessary dependency Modified: user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c Modified: user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c ============================================================================== --- user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c Tue Jan 5 11:30:06 2010 (r201569) +++ user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c Tue Jan 5 11:38:37 2010 (r201570) @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/ip_var.h> #include <netinet/ip_fw.h> #include <netinet/ipfw/ip_fw_private.h> -#include <netinet/ip_dummynet.h> #include <netgraph/ng_ipfw.h> #include <machine/in_cksum.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001051138.o05BccWo084545>