diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-08-20 04:39:54 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-08-20 04:39:54 +0000 |
commit | 04c8ddd5a5d720e75144755d071e2331c979d1ed (patch) | |
tree | 2c56931805345a8f35e3b13a2db67c012c13728a /tools | |
parent | 87c1d9f203e4ff13948ed8bf6802b21b7020d155 (diff) |
Add 'bluetooth/' to includes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hciattach.c | 8 | ||||
-rw-r--r-- | tools/hciconfig.c | 6 | ||||
-rw-r--r-- | tools/hcitool.c | 6 | ||||
-rw-r--r-- | tools/l2ping.c | 4 | ||||
-rw-r--r-- | tools/l2test.c | 4 | ||||
-rw-r--r-- | tools/rctest.c | 4 | ||||
-rw-r--r-- | tools/scotest.c | 4 |
7 files changed, 18 insertions, 18 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c index b24f33ab..ca81117b 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -41,10 +41,10 @@ #include <sys/time.h> #include <asm/types.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_uart.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_uart.h> +#include <bluetooth/hci_lib.h> struct uart_t { char *type; diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 6ea30a5d..3c213ba4 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -39,9 +39,9 @@ #include <sys/ioctl.h> #include <sys/socket.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> extern int optind,opterr,optopt; extern char *optarg; diff --git a/tools/hcitool.c b/tools/hcitool.c index 8eaa2cc2..7d3772bb 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -42,9 +42,9 @@ #include <asm/types.h> #include <netinet/in.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> extern int optind,opterr,optopt; extern char *optarg; diff --git a/tools/l2ping.c b/tools/l2ping.c index 9bb8a4d6..310ba86b 100644 --- a/tools/l2ping.c +++ b/tools/l2ping.c @@ -47,8 +47,8 @@ #include <asm/types.h> #include <asm/byteorder.h> -#include "bluetooth.h" -#include "l2cap.h" +#include <bluetooth/bluetooth.h> +#include <bluetooth/l2cap.h> /* Defaults */ bdaddr_t bdaddr; diff --git a/tools/l2test.c b/tools/l2test.c index 1fd20932..b08b2d34 100644 --- a/tools/l2test.c +++ b/tools/l2test.c @@ -42,8 +42,8 @@ #include <netdb.h> #include <sys/socket.h> -#include <bluetooth.h> -#include <l2cap.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/l2cap.h> /* Test modes */ enum { diff --git a/tools/rctest.c b/tools/rctest.c index 3789fe8b..bcb3516c 100644 --- a/tools/rctest.c +++ b/tools/rctest.c @@ -40,8 +40,8 @@ #include <netdb.h> #include <sys/socket.h> -#include <bluetooth.h> -#include <rfcomm.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/rfcomm.h> /* Test modes */ enum { diff --git a/tools/scotest.c b/tools/scotest.c index 4b56d081..dcb1acdf 100644 --- a/tools/scotest.c +++ b/tools/scotest.c @@ -42,8 +42,8 @@ #include <netdb.h> #include <sys/socket.h> -#include <bluetooth.h> -#include <sco.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/sco.h> /* Test modes */ enum { |