summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketcorsauthenticator_p.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-06 13:20:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 14:15:44 +0100
commit529b9a7cc85f63966c8ed6150ea18286b7459b1e (patch)
treec9156afd8054ddbc1a448ace2ac010c92abaab72 /src/websockets/qwebsocketcorsauthenticator_p.h
parentef5d3f16d5c18d51a659d5d22ebc0a190e5c9f43 (diff)
downloadqtwebsockets-529b9a7cc85f63966c8ed6150ea18286b7459b1e.tar.gz
Sanitize include directives
Change-Id: I510e5e8f263d3ea08dd3d623b054d06b2911c6d6 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocketcorsauthenticator_p.h')
-rw-r--r--src/websockets/qwebsocketcorsauthenticator_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websockets/qwebsocketcorsauthenticator_p.h b/src/websockets/qwebsocketcorsauthenticator_p.h
index 707e61c..28c9a3e 100644
--- a/src/websockets/qwebsocketcorsauthenticator_p.h
+++ b/src/websockets/qwebsocketcorsauthenticator_p.h
@@ -41,8 +41,8 @@
#ifndef QWEBSOCKETCORSAUTHENTICATOR_P_H
#define QWEBSOCKETCORSAUTHENTICATOR_P_H
-#include <qglobal.h> //for QT_BEGIN_NAMESPACE
-#include <QString>
+#include <QtCore/qglobal.h>
+#include <QtCore/QString>
//
// W A R N I N G