Index: LeahiRt/LeahiRtController.cpp =================================================================== diff -u -r6b422c15085ed605d40cb5dd70177e4657a0ca7e -r42bfa9903a12ff03e4051a6c9a9a0d188606dea7 --- LeahiRt/LeahiRtController.cpp (.../LeahiRtController.cpp) (revision 6b422c15085ed605d40cb5dd70177e4657a0ca7e) +++ LeahiRt/LeahiRtController.cpp (.../LeahiRtController.cpp) (revision 42bfa9903a12ff03e4051a6c9a9a0d188606dea7) @@ -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))); }