summaryrefslogtreecommitdiff
path: root/android/tester-main.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-main.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-main.c')
-rw-r--r--android/tester-main.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index 6339b3af7..aa0812697 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -15,12 +15,22 @@
*
*/
#include <stdbool.h>
+#include <unistd.h>
+#include <libgen.h>
+#include <sys/un.h>
+#include <sys/wait.h>
+#include <sys/signalfd.h>
+
+#include "lib/bluetooth.h"
+#include "lib/mgmt.h"
#include "src/shared/util.h"
+#include "src/shared/tester.h"
+#include "src/shared/mgmt.h"
+#include "src/shared/queue.h"
#include "emulator/bthost.h"
-#include "tester-main.h"
-
#include "monitor/bt.h"
+#include "tester-main.h"
static char exec_dir[PATH_MAX + 1];