diff --git a/oscar/SleepLib/deviceconnection.h b/oscar/SleepLib/deviceconnection.h index f56bc031..352aab29 100644 --- a/oscar/SleepLib/deviceconnection.h +++ b/oscar/SleepLib/deviceconnection.h @@ -13,7 +13,6 @@ // connections to devices. For now it just supports serial ports. #include -#include #include #include @@ -263,6 +262,9 @@ public: * supports Bluetooth and BLE as well as serial. Such a class might then be * used instead of port "name" between DeviceConnectionManager and clients. */ +class QXmlStreamWriter; +class QXmlStreamReader; + class SerialPortInfo { public: