Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 19:12:05 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328989 - head/sys/netpfil/ipfw
Message-ID:  <201802071912.w17JC5rt068458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Wed Feb  7 19:12:05 2018
New Revision: 328989
URL: https://svnweb.freebsd.org/changeset/base/328989

Log:
  Remove duplicate #include <netinet/ip_var.h>.

Modified:
  head/sys/netpfil/ipfw/ip_fw_dynamic.c

Modified: head/sys/netpfil/ipfw/ip_fw_dynamic.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_fw_dynamic.c	Wed Feb  7 18:59:54 2018	(r328988)
+++ head/sys/netpfil/ipfw/ip_fw_dynamic.c	Wed Feb  7 19:12:05 2018	(r328989)
@@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 #include <netinet/ip_fw.h>
-#include <netinet/ip_var.h>
 #include <netinet/tcp_var.h>
 #include <netinet/udp.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802071912.w17JC5rt068458>