diff options
Diffstat (limited to 'sys/netgraph/bluetooth/hci/ng_hci_cmds.c')
-rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_cmds.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c index 57a9c9d..90c0859 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c @@ -38,13 +38,13 @@ #include <sys/queue.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> -#include "ng_bluetooth.h" -#include "ng_hci.h" -#include "ng_hci_var.h" -#include "ng_hci_cmds.h" -#include "ng_hci_evnt.h" -#include "ng_hci_ulpi.h" -#include "ng_hci_misc.h" +#include <netgraph/bluetooth/include/ng_bluetooth.h> +#include <netgraph/bluetooth/include/ng_hci.h> +#include <netgraph/bluetooth/hci/ng_hci_var.h> +#include <netgraph/bluetooth/hci/ng_hci_cmds.h> +#include <netgraph/bluetooth/hci/ng_hci_evnt.h> +#include <netgraph/bluetooth/hci/ng_hci_ulpi.h> +#include <netgraph/bluetooth/hci/ng_hci_misc.h> /****************************************************************************** ****************************************************************************** |