diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
commit | 56031ed6b75caadd912f58b2f6ab2336cd1c7757 (patch) | |
tree | 063f0eeb4fbd986d6c0b698f482545b0b5bc1fae /sys/netinet/ip_id.c | |
parent | 770fa01639d7722a906459df7780123cd3b62229 (diff) |
Cut down on include files.
Diffstat (limited to 'sys/netinet/ip_id.c')
-rw-r--r-- | sys/netinet/ip_id.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index 63fdf033485..28b8702eded 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_id.c,v 1.3 2001/06/04 19:57:22 mickey Exp $ */ +/* $OpenBSD: ip_id.c,v 1.4 2001/06/08 03:53:46 angelos Exp $ */ /* * Copyright 1998 Niels Provos <provos@citi.umich.edu> @@ -56,7 +56,6 @@ */ #include <sys/param.h> -#include <sys/time.h> #include <sys/kernel.h> #include <dev/rndvar.h> |