From ee69b2482b9e0b2f869c164c75d9b9740a3b97b9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Feb 2015 23:02:40 -0800 Subject: [PATCH] android: Fix local libbluetooth includes order --- android/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/main.c b/android/main.c index ec2874255..03c8760b9 100644 --- a/android/main.c +++ b/android/main.c @@ -43,12 +43,13 @@ #include +#include "lib/bluetooth.h" +#include "lib/sdp.h" + #include "src/log.h" #include "src/sdpd.h" #include "src/shared/util.h" -#include "lib/bluetooth.h" - #include "ipc-common.h" #include "ipc.h" #include "bluetooth.h" -- 2.47.3