Index: LeahiRt/LeahiRtController.cpp =================================================================== diff -u -r6f9f24886c73d92b380e4c3afd82c0b19559d42d -rb71228d6701cbd89b6691c8e5bbb891550b6290c --- LeahiRt/LeahiRtController.cpp (.../LeahiRtController.cpp) (revision 6f9f24886c73d92b380e4c3afd82c0b19559d42d) +++ LeahiRt/LeahiRtController.cpp (.../LeahiRtController.cpp) (revision b71228d6701cbd89b6691c8e5bbb891550b6290c) @@ -2,7 +2,6 @@ #include // SQ #include -#include "AlphaOmega.h" // SQ #include "LeahiRtController.h" #include "LeahiMsgDefs.h" @@ -31,7 +30,6 @@ void LeahiRtController::openSocket(const QString host, const unsigned int port) { - AO_BEGIN_END_CLASS(ao) // SQ _clientSocket.close(); _clientSocket.open(QUrl(QString("ws://%1:%2").arg(host).arg(port))); }