diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c index d9f5296cdbe2..5a44f019cd81 100644 --- a/sys/pc98/pc98/if_ed.c +++ b/sys/pc98/pc98/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.40 1998/02/27 15:22:06 kato Exp $ + * $Id: if_ed.c,v 1.41 1998/02/28 07:38:18 kato Exp $ */ /* @@ -60,7 +60,6 @@ #include "ed.h" #include "bpfilter.h" -#include "opt_inet.h" #include "pnp.h" #ifndef EXTRA_ED @@ -86,16 +85,6 @@ #include #include -#ifdef INET -#include -#include -#endif - -#ifdef NS -#include -#include -#endif - #if NBPFILTER > 0 #include #endif