diff options
author | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-04-27 16:38:15 +0000 |
---|---|---|
committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-04-27 16:38:15 +0000 |
commit | b84b10f92fe9e702a9f39d4c6b5c4ce70669fa25 (patch) | |
tree | 55d9b893bcd8160df8d483da8e7c72ff49e57811 /sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c | |
parent | f033edb2aa8bb75a0f995851ef313371fff8b0c8 (diff) |
Address few style issues pointed out by bde
Reviewed by: bde, ru
Notes
Notes:
svn path=/head/; revision=128688
Diffstat (limited to 'sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c')
-rw-r--r-- | sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c index 25495ba26da8..ff4930df6505 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c @@ -50,11 +50,11 @@ #include <sys/taskqueue.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> -#include "ng_bluetooth.h" -#include "ng_hci.h" -#include "ng_l2cap.h" -#include "ng_btsocket.h" -#include "ng_btsocket_hci_raw.h" +#include <netgraph/bluetooth/include/ng_bluetooth.h> +#include <netgraph/bluetooth/include/ng_hci.h> +#include <netgraph/bluetooth/include/ng_l2cap.h> +#include <netgraph/bluetooth/include/ng_btsocket.h> +#include <netgraph/bluetooth/include/ng_btsocket_hci_raw.h> /* MALLOC define */ #ifdef NG_SEPARATE_MALLOC |