aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2004-04-27 16:38:15 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2004-04-27 16:38:15 +0000
commitb84b10f92fe9e702a9f39d4c6b5c4ce70669fa25 (patch)
tree55d9b893bcd8160df8d483da8e7c72ff49e57811 /sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
parentf033edb2aa8bb75a0f995851ef313371fff8b0c8 (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.c10
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