From 3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 28 Mar 1998 13:25:01 +0000 Subject: Removed unused #includes. --- sys/dev/ed/if_ed.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'sys/dev/ed') diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 14d3e28ed6ea..53b1e20235b3 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/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.135 1998/02/27 06:39:30 msmith Exp $ + * $Id: if_ed.c,v 1.136 1998/02/27 14:29:51 hosokawa Exp $ */ /* @@ -39,7 +39,6 @@ #include "ed.h" #include "bpfilter.h" -#include "opt_inet.h" #include "pnp.h" #ifndef EXTRA_ED @@ -67,15 +66,6 @@ #include #include -#ifdef INET -#include -#endif - -#ifdef NS -#include -#include -#endif - #if NBPFILTER > 0 #include #endif -- cgit v1.3