From 09d188e570812a370a54c4ad9821221b26948e3f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 19 Jun 2013 15:33:16 +0200 Subject: Fix qmake warnings about incorrect header includes in public headers. Change-Id: I4b6ff895a021665b18b007c8bd8a7059cbba3ab1 Reviewed-by: Aaron McCarthy --- src/bluetooth/qbluetoothlocaldevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetoothlocaldevice.h') diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h index 4c84a12d..e414ec85 100644 --- a/src/bluetooth/qbluetoothlocaldevice.h +++ b/src/bluetooth/qbluetoothlocaldevice.h @@ -43,13 +43,13 @@ #ifndef QBLUETOOTHLOCALDEVICE_H #define QBLUETOOTHLOCALDEVICE_H -#include "qbluetoothglobal.h" +#include #include #include #include -#include "qbluetoothhostinfo.h" +#include QT_BEGIN_NAMESPACE_BLUETOOTH -- cgit v1.2.3