summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_id.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 03:53:48 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 03:53:48 +0000
commit56031ed6b75caadd912f58b2f6ab2336cd1c7757 (patch)
tree063f0eeb4fbd986d6c0b698f482545b0b5bc1fae /sys/netinet/ip_id.c
parent770fa01639d7722a906459df7780123cd3b62229 (diff)
Cut down on include files.
Diffstat (limited to 'sys/netinet/ip_id.c')
-rw-r--r--sys/netinet/ip_id.c3
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>