summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
committerbde <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
commitb5ae2c779bbd5597d706416186bbda1feb920115 (patch)
tree8e1b892ead145b6db08a46a032584ad3cc5944da /sys/dev/ed
parent0eb849f75b2ac2864841d072ef2fdd4a02883232 (diff)
downloadFreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.zip
FreeBSD-src-b5ae2c779bbd5597d706416186bbda1feb920115.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 14d3e28..53b1e20 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
OpenPOWER on IntegriCloud