aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-20 13:11:54 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-20 13:11:54 +0000
commit39e4376ba79d20f9d1b73397d4f20f4e2b0aef25 (patch)
tree56208733f5fb239ecb2cfeecb73480137826d771 /sys/dev/fxp
parentee16b4300ea715b1dca5c55e37e31b596be10ce5 (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 2e48cc9fa030..bd9346511787 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.47 1998/01/08 23:42:29 eivind Exp $
+ * $Id: if_fxp.c,v 1.48 1998/02/09 06:10:51 eivind Exp $
*/
/*
@@ -35,7 +35,6 @@
*/
#include "bpfilter.h"
-#include "opt_inet.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -48,11 +47,6 @@
#include <net/if_dl.h>
#include <net/if_media.h>
-#ifdef INET
-#include <netinet/in.h>
-#include <netinet/if_ether.h>
-#endif
-
#ifdef NS
#include <netns/ns.h>
#include <netns/ns_if.h>