diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2010-07-29 14:40:48 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2010-07-29 14:40:48 +0000 |
commit | 9095cff49635b1bbf093a4ca6ac28d159877edb1 (patch) | |
tree | f69980abdb8ad29e5d75cca5dbab1ba8f72f78c8 /sys/netbt | |
parent | 3d7552fb431d2bfd80024d51b4e30be02cb23c5a (diff) |
sort pool.h into the list of includes alphabetically
pointed out by kettenis@, ok miod@
Diffstat (limited to 'sys/netbt')
-rw-r--r-- | sys/netbt/hci_link.c | 4 | ||||
-rw-r--r-- | sys/netbt/l2cap_misc.c | 4 | ||||
-rw-r--r-- | sys/netbt/rfcomm_session.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/netbt/hci_link.c b/sys/netbt/hci_link.c index 0dcae7e9055..6a9055413c5 100644 --- a/sys/netbt/hci_link.c +++ b/sys/netbt/hci_link.c @@ -1,4 +1,4 @@ -/* $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 $ */ /*- @@ -35,10 +35,10 @@ #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> diff --git a/sys/netbt/l2cap_misc.c b/sys/netbt/l2cap_misc.c index 9034a322b4c..650f34910c8 100644 --- a/sys/netbt/l2cap_misc.c +++ b/sys/netbt/l2cap_misc.c @@ -1,4 +1,4 @@ -/* $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 $ */ /*- @@ -34,10 +34,10 @@ #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> diff --git a/sys/netbt/rfcomm_session.c b/sys/netbt/rfcomm_session.c index 8cdf3fb2bb3..d3e9e4aa9f9 100644 --- a/sys/netbt/rfcomm_session.c +++ b/sys/netbt/rfcomm_session.c @@ -1,4 +1,4 @@ -/* $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 $ */ /*- @@ -35,10 +35,10 @@ #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> |