summaryrefslogtreecommitdiff
path: root/android/tester-avrcp.c
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-12-17 15:01:32 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-18 18:17:11 +0100
commit43370aec612d21f721a5f2a684c5e3725b063006 (patch)
tree310cdb31eba6ffccc7ffbd55f6e8e860fea82ee2 /android/tester-avrcp.c
parent4472f5a35cffd97edd7e4d1ef758de9852961a8a (diff)
downloadbluez-43370aec612d21f721a5f2a684c5e3725b063006.tar.gz
android/tester: Refreactor tester-main header includes
Profile testers should contain necessary headers include instead of tester-main header.
Diffstat (limited to 'android/tester-avrcp.c')
-rw-r--r--android/tester-avrcp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/tester-avrcp.c b/android/tester-avrcp.c
index 41a5fd39b..24953a277 100644
--- a/android/tester-avrcp.c
+++ b/android/tester-avrcp.c
@@ -19,9 +19,11 @@
#include "emulator/bthost.h"
#include "src/shared/util.h"
-
-#include "tester-main.h"
+#include "src/shared/tester.h"
+#include "src/shared/queue.h"
+#include "lib/bluetooth.h"
#include "android/utils.h"
+#include "tester-main.h"
static struct queue *list;