summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_osx.mm
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-10-05 19:32:05 +0200
committerLiang Qi <liang.qi@qt.io>2016-10-05 19:32:05 +0200
commit7b443cd0fdd1940a8bfaad73df5e309a52b7669f (patch)
treed6eedd5d35db41c09864997596b0749b12a2e6f4 /src/bluetooth/qbluetoothlocaldevice_osx.mm
parentc4b8dee6b4cfdc6728094d237d7984791e2cecea (diff)
parent052e7ce371d4719df778ad8b378bcf1af14d294b (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_osx.mm')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_osx.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_osx.mm b/src/bluetooth/qbluetoothlocaldevice_osx.mm
index 1d58363d..c005e2ea 100644
--- a/src/bluetooth/qbluetoothlocaldevice_osx.mm
+++ b/src/bluetooth/qbluetoothlocaldevice_osx.mm
@@ -42,6 +42,7 @@
#include "qbluetoothlocaldevice.h"
#include "osx/osxbtdevicepair_p.h"
#include "osx/osxbtutility_p.h"
+#include "osx/osxbluetooth_p.h"
#include <QtCore/qloggingcategory.h>
#include <QtCore/qstring.h>
@@ -51,8 +52,6 @@
#include <Foundation/Foundation.h>
-// Only after Foundation.h:
-#include "osx/corebluetoothwrapper_p.h"
#include <algorithm>