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/l2cap/ng_l2cap_misc.c | |
| parent | f033edb2aa8bb75a0f995851ef313371fff8b0c8 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c')
| -rw-r--r-- | sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c index d292f840e840..075df7d6fcd7 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c @@ -37,15 +37,15 @@ #include <sys/queue.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> -#include "ng_bluetooth.h" -#include "ng_hci.h" -#include "ng_l2cap.h" -#include "ng_l2cap_var.h" -#include "ng_l2cap_cmds.h" -#include "ng_l2cap_evnt.h" -#include "ng_l2cap_llpi.h" -#include "ng_l2cap_ulpi.h" -#include "ng_l2cap_misc.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/l2cap/ng_l2cap_var.h> +#include <netgraph/bluetooth/l2cap/ng_l2cap_cmds.h> +#include <netgraph/bluetooth/l2cap/ng_l2cap_evnt.h> +#include <netgraph/bluetooth/l2cap/ng_l2cap_llpi.h> +#include <netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h> +#include <netgraph/bluetooth/l2cap/ng_l2cap_misc.h> static u_int16_t ng_l2cap_get_cid (ng_l2cap_p); |
