From 896e5fddc54ed00e4bd67fc50b1fe49765a2b62e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 10 Jun 2000 07:13:26 +0000 Subject: [PATCH] Unused include: #include "ether.h" --- sys/amd64/amd64/machdep.c | 1 - sys/i386/i386/machdep.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index c84e7653b00c..0b8aca93660b 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -39,7 +39,6 @@ */ #include "apm.h" -#include "ether.h" #include "npx.h" #include "opt_atalk.h" #include "opt_compat.h" diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index c84e7653b00c..0b8aca93660b 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -39,7 +39,6 @@ */ #include "apm.h" -#include "ether.h" #include "npx.h" #include "opt_atalk.h" #include "opt_compat.h"