aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/sigpvc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-15 14:19:01 +0000
commitdb7e3af11198d19592e7e6ef827f4817e823d450 (patch)
tree635a3f586205865e0b10d1803b59721bdd143a59 /sys/netatm/sigpvc
parentc0206f33f75aaf2c86505c60385dc21a1d9534e6 (diff)
Remove unneeded #include <machine/clock.h>
Notes
Notes: svn path=/head/; revision=67164
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r--sys/netatm/sigpvc/sigpvc_if.c1
-rw-r--r--sys/netatm/sigpvc/sigpvc_subr.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c
index 0ed91188c99a..7a0275079809 100644
--- a/sys/netatm/sigpvc/sigpvc_if.c
+++ b/sys/netatm/sigpvc/sigpvc_if.c
@@ -50,7 +50,6 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/syslog.h>
-#include <machine/clock.h>
#include <net/if.h>
#include <netatm/port.h>
#include <netatm/queue.h>
diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c
index 787ad3ebd310..28d55ded3c0f 100644
--- a/sys/netatm/sigpvc/sigpvc_subr.c
+++ b/sys/netatm/sigpvc/sigpvc_subr.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 <netatm/port.h>
#include <netatm/queue.h>