diff options
-rw-r--r-- | hcid/hcid.h | 2 | ||||
-rw-r--r-- | hcid/parser.y | 6 | ||||
-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 |
9 files changed, 22 insertions, 22 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index cfc034e4..3e7838b4 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -28,7 +28,7 @@ #include <glib.h> -#include <bluetooth.h> +#include <bluetooth/bluetooth.h> #define HCID_CONFIG_FILE "/etc/bluetooth/hcid.conf" #define HCID_PIN_FILE "/etc/bluetooth/pin" diff --git a/hcid/parser.y b/hcid/parser.y index b7614f85..96bcf023 100644 --- a/hcid/parser.y +++ b/hcid/parser.y @@ -35,9 +35,9 @@ #include <sys/socket.h> #include <asm/types.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> #include "hcid.h" #include "kword.h" 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 { |