pointed out by kettenis@, ok miod@
-/* $OpenBSD: hci_link.c,v 1.10 2010/07/29 14:06:26 blambert Exp $ */
+/* $OpenBSD: hci_link.c,v 1.11 2010/07/29 14:40:47 blambert Exp $ */
/* $NetBSD: hci_link.c,v 1.20 2008/04/24 11:38:37 ad Exp $ */
/*-
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
+#include <sys/pool.h>
#include <sys/proc.h>
#include <sys/queue.h>
#include <sys/systm.h>
-#include <sys/pool.h>
#include <netbt/bluetooth.h>
#include <netbt/hci.h>
-/* $OpenBSD: l2cap_misc.c,v 1.7 2010/07/29 14:06:26 blambert Exp $ */
+/* $OpenBSD: l2cap_misc.c,v 1.8 2010/07/29 14:40:47 blambert Exp $ */
/* $NetBSD: l2cap_misc.c,v 1.6 2008/04/24 11:38:37 ad Exp $ */
/*-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
+#include <sys/pool.h>
#include <sys/proc.h>
#include <sys/queue.h>
#include <sys/systm.h>
-#include <sys/pool.h>
#include <netbt/bluetooth.h>
#include <netbt/hci.h>
-/* $OpenBSD: rfcomm_session.c,v 1.7 2010/07/29 14:06:26 blambert Exp $ */
+/* $OpenBSD: rfcomm_session.c,v 1.8 2010/07/29 14:40:47 blambert Exp $ */
/* $NetBSD: rfcomm_session.c,v 1.14 2008/08/06 15:01:24 plunky Exp $ */
/*-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
+#include <sys/pool.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/types.h>
-#include <sys/pool.h>
#include <netbt/bluetooth.h>
#include <netbt/hci.h>