summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/Makefile.am2
-rw-r--r--android/bluetooth.c2
-rw-r--r--android/hidhost.c2
-rw-r--r--android/pan.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 51dbb8e61..910beb5af 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -21,7 +21,7 @@ android_bluetoothd_SOURCES = android/main.c \
android/utils.h \
src/sdpd-database.c src/sdpd-server.c \
src/sdpd-service.c src/sdpd-request.c \
- src/glib-helper.h src/glib-helper.c \
+ src/uuid-helper.h src/uuid-helper.c \
src/eir.h src/eir.c \
src/shared/io.h src/shared/io-glib.c \
src/shared/queue.h src/shared/queue.c \
diff --git a/android/bluetooth.c b/android/bluetooth.c
index 83612b454..55fd7194a 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -38,7 +38,7 @@
#include "lib/sdp.h"
#include "lib/mgmt.h"
#include "src/shared/mgmt.h"
-#include "src/glib-helper.h"
+#include "src/uuid-helper.h"
#include "src/eir.h"
#include "lib/sdp.h"
#include "lib/sdp_lib.h"
diff --git a/android/hidhost.c b/android/hidhost.c
index 3da77c856..73c5f41ac 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -40,7 +40,7 @@
#include "lib/uuid.h"
#include "src/shared/mgmt.h"
#include "src/sdp-client.h"
-#include "src/glib-helper.h"
+#include "src/uuid-helper.h"
#include "profiles/input/uhid_copy.h"
#include "log.h"
diff --git a/android/pan.c b/android/pan.c
index 3544d7492..bfba128b8 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -39,7 +39,7 @@
#include "lib/bnep.h"
#include "lib/sdp.h"
#include "lib/sdp_lib.h"
-#include "src/glib-helper.h"
+#include "src/uuid-helper.h"
#include "profiles/network/bnep.h"
#include "log.h"