summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtl2capchannel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtl2capchannel_p.h')
-rw-r--r--src/bluetooth/osx/osxbtl2capchannel_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bluetooth/osx/osxbtl2capchannel_p.h b/src/bluetooth/osx/osxbtl2capchannel_p.h
index d46584cf..2eaaf334 100644
--- a/src/bluetooth/osx/osxbtl2capchannel_p.h
+++ b/src/bluetooth/osx/osxbtl2capchannel_p.h
@@ -45,11 +45,11 @@
// We mean it.
//
+#include "osxbluetooth_p.h"
+
#include <QtCore/qglobal.h>
#include <Foundation/Foundation.h>
-// Only after Foundation.h:
-#include "corebluetoothwrapper_p.h"
#include <cstddef>
@@ -65,8 +65,6 @@ class ChannelDelegate;
QT_END_NAMESPACE
-@class IOBluetoothDevice;
-
@interface QT_MANGLE_NAMESPACE(OSXBTL2CAPChannel) : NSObject<IOBluetoothL2CAPChannelDelegate>
{
QT_PREPEND_NAMESPACE(OSXBluetooth)::ChannelDelegate *delegate;