summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/fxp.c7
-rw-r--r--sys/dev/pcmcia/if_xe.c7
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index aa456a14c7c..66417a23a13 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.86 2007/05/08 20:33:07 deraadt Exp $ */
+/* $OpenBSD: fxp.c,v 1.87 2007/06/06 09:43:44 henning Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -60,11 +60,6 @@
#include <netinet/ip.h>
#endif
-#ifdef IPX
-#include <netipx/ipx.h>
-#include <netipx/ipx_if.h>
-#endif
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif
diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c
index ab00415a002..82e1ad3b958 100644
--- a/sys/dev/pcmcia/if_xe.c
+++ b/sys/dev/pcmcia/if_xe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xe.c,v 1.32 2006/03/25 22:41:46 djm Exp $ */
+/* $OpenBSD: if_xe.c,v 1.33 2007/06/06 09:43:44 henning Exp $ */
/*
* Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas
@@ -69,11 +69,6 @@
#include <netinet/if_ether.h>
#endif
-#ifdef IPX
-#include <netipx/ipx.h>
-#include <netipx/ipx_if.h>
-#endif
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif