diff options
author | 2014-07-02 00:23:36 +0000 | |
---|---|---|
committer | 2014-07-02 00:23:36 +0000 | |
commit | 0e40d41c5f6ee423400c810ecf442910100c8277 (patch) | |
tree | 345dc06389b3cd677d7018df7d1f6fffb9918d26 | |
parent | formatting tweaks. no functional change (diff) | |
download | wireguard-openbsd-0e40d41c5f6ee423400c810ecf442910100c8277.tar.xz wireguard-openbsd-0e40d41c5f6ee423400c810ecf442910100c8277.zip |
pools havent needed to include <sys/time.h> for 7 or 8 years.
-rw-r--r-- | sys/sys/pool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pool.h b/sys/sys/pool.h index e6a99c238fc..384b46c5bba 100644 --- a/sys/sys/pool.h +++ b/sys/sys/pool.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pool.h,v 1.46 2014/07/02 00:15:27 dlg Exp $ */ +/* $OpenBSD: pool.h,v 1.47 2014/07/02 00:23:36 dlg Exp $ */ /* $NetBSD: pool.h,v 1.27 2001/06/06 22:00:17 rafal Exp $ */ /*- @@ -69,7 +69,6 @@ struct kinfo_pool { #if defined(_KERNEL) || defined(_LIBKVM) #include <sys/queue.h> -#include <sys/time.h> #include <sys/tree.h> #include <sys/mutex.h> |