summaryrefslogtreecommitdiff
path: root/android/hidhost.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-11 13:39:51 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-13 14:00:29 +0200
commit714daa55890414faef7af5e00c4e982e70e81eda (patch)
treedb4f7e1493961c214755abdee1092e13f31f045c /android/hidhost.c
parentfadcbdcc3900dee646659e0e461e3525831a6746 (diff)
downloadbluez-714daa55890414faef7af5e00c4e982e70e81eda.tar.gz
hog: Move code from android to profiles
This is a place holder until the code is ported to use shared API so it can be shared by android and D-Bus daemon.
Diffstat (limited to 'android/hidhost.c')
-rw-r--r--android/hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.c b/android/hidhost.c
index a2b820f55..591ca95a1 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -44,13 +44,13 @@
#include "src/sdp-client.h"
#include "src/uuid-helper.h"
#include "src/log.h"
+#include "profiles/input/hog-lib.h"
#include "hal-msg.h"
#include "ipc-common.h"
#include "ipc.h"
#include "bluetooth.h"
#include "gatt.h"
-#include "hog.h"
#include "hidhost.h"
#include "utils.h"