summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
committerphk <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
commitbeadbd4365a420ed657bf084947334cf763fe9df (patch)
treef7588f727cba89fa00d17c7a96d1d9721ac818cc /sys/dev/hea
parent16b7b5256b098cbfcccd40598a02b1b4e2e97289 (diff)
downloadFreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.zip
FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.tar.gz
Remove unneeded #include <machine/clock.h>
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni.c1
-rw-r--r--sys/dev/hea/eni_if.c1
-rw-r--r--sys/dev/hea/eni_vcm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index 6c2b627..ad5a18f 100644
--- a/sys/dev/hea/eni.c
+++ b/sys/dev/hea/eni.c
@@ -44,7 +44,6 @@
#include <sys/socketvar.h>
#include <sys/syslog.h>
#include <sys/eventhandler.h>
-#include <machine/clock.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netatm/port.h>
diff --git a/sys/dev/hea/eni_if.c b/sys/dev/hea/eni_if.c
index 1253595..cd5d159 100644
--- a/sys/dev/hea/eni_if.c
+++ b/sys/dev/hea/eni_if.c
@@ -42,7 +42,6 @@
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
-#include <machine/clock.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netatm/port.h>
diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c
index 377d3a0..d452097 100644
--- a/sys/dev/hea/eni_vcm.c
+++ b/sys/dev/hea/eni_vcm.c
@@ -42,7 +42,6 @@
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/socket.h>
-#include <machine/clock.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netatm/port.h>
OpenPOWER on IntegriCloud