Remove QtWebSockets from include directives
authorKurt Pattyn <pattyn.kurt@gmail.com>
Tue, 15 Oct 2013 12:04:43 +0000 (14:04 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Tue, 15 Oct 2013 12:07:24 +0000 (14:07 +0200)
Having QtWebSockets/ in front of the includes, results in a failing Windows build.

Change-Id: I3b7f9ee3f1f06d4588a25a02324d1e1f0e4fde81
Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
src/websockets/qwebsocket.h
src/websockets/qwebsocketcorsauthenticator.h
src/websockets/qwebsockets_global.h
src/websockets/qwebsocketserver.h

index c1b3db7..a820dcd 100644 (file)
@@ -25,8 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 #include <QNetworkProxy>
 #endif
 
-#include "QtWebSockets/qwebsockets_global.h"
-#include "QtWebSockets/qwebsocketprotocol.h"
+#include "qwebsockets_global.h"
+#include "qwebsocketprotocol.h"
 
 QT_BEGIN_NAMESPACE
 
index b5d7a22..fb7d957 100644 (file)
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 #ifndef QWEBSOCKETCORSAUTHENTICATOR_H
 #define QWEBSOCKETCORSAUTHENTICATOR_H
 
-#include "QtWebSockets/qwebsockets_global.h"
+#include "qwebsockets_global.h"
 
 QT_BEGIN_NAMESPACE
 
index 8b902af..eb88de6 100644 (file)
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 #ifndef QWEBSOCKETSGLOBAL_H
 #define QWEBSOCKETSGLOBAL_H
 
-#include <QtCore/qglobal.h>
+#include <qglobal.h>
 
 QT_BEGIN_NAMESPACE
 
index 92db91b..d81cef8 100644 (file)
@@ -24,8 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 #include <QString>
 #include <QHostAddress>
 
-#include "QtWebSockets/qwebsockets_global.h"
-#include "QtWebSockets/qwebsocketprotocol.h"
+#include "qwebsockets_global.h"
+#include "qwebsocketprotocol.h"
 
 QT_BEGIN_NAMESPACE