diff options
author | phk <phk@FreeBSD.org> | 2000-10-15 14:19:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-15 14:19:01 +0000 |
commit | beadbd4365a420ed657bf084947334cf763fe9df (patch) | |
tree | f7588f727cba89fa00d17c7a96d1d9721ac818cc /sys/netatm/uni/unisig_encode.c | |
parent | 16b7b5256b098cbfcccd40598a02b1b4e2e97289 (diff) | |
download | FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.zip FreeBSD-src-beadbd4365a420ed657bf084947334cf763fe9df.tar.gz |
Remove unneeded #include <machine/clock.h>
Diffstat (limited to 'sys/netatm/uni/unisig_encode.c')
-rw-r--r-- | sys/netatm/uni/unisig_encode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c index a201c26..fb36be5 100644 --- a/sys/netatm/uni/unisig_encode.c +++ b/sys/netatm/uni/unisig_encode.c @@ -43,7 +43,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> |