summaryrefslogtreecommitdiff
path: root/android/tester-bluetooth.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-bluetooth.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-bluetooth.c')
-rw-r--r--android/tester-bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/tester-bluetooth.c b/android/tester-bluetooth.c
index 2be824d55..c61b87c73 100644
--- a/android/tester-bluetooth.c
+++ b/android/tester-bluetooth.c
@@ -17,6 +17,8 @@
#include <stdbool.h>
#include "emulator/bthost.h"
+#include "src/shared/tester.h"
+#include "src/shared/queue.h"
#include "tester-main.h"
static struct queue *list; /* List of bluetooth test cases */