diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
| commit | 3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 (patch) | |
| tree | 70e12bba187bd4e3481715840dd7e3f89c394dd6 /sys/dev/ed | |
| parent | 8c375f5868b775d9853f48a07dade43079877e59 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 12 |
1 files changed, 1 insertions, 11 deletions
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 <net/if_dl.h> #include <net/if_mib.h> -#ifdef INET -#include <netinet/in.h> -#endif - -#ifdef NS -#include <netns/ns.h> -#include <netns/ns_if.h> -#endif - #if NBPFILTER > 0 #include <net/bpf.h> #endif |
