Include headers before QT_BEGIN_NAMESPACE.
authorXizhi Zhu <xizhi.zhu@gmail.com>
Tue, 14 Feb 2012 21:32:52 +0000 (22:32 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 16 Feb 2012 00:56:39 +0000 (01:56 +0100)
Change-Id: Icaef1cb280d2968e4a35c93375749d2d9feff856
Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
src/network/kernel/qhostaddress.cpp
src/network/kernel/qhostaddress_p.h

index b683353..dd46b81 100644 (file)
@@ -38,6 +38,7 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
+
 #include "qhostaddress.h"
 #include "qhostaddress_p.h"
 #include "qdebug.h"
index 26dbf86..0471d44 100644 (file)
 // We mean it.
 //
 
-QT_BEGIN_NAMESPACE
-
 #include "qhostaddress.h"
 #include "qabstractsocket.h"
 
+QT_BEGIN_NAMESPACE
+
 class QNetmaskAddress: public QHostAddress
 {
     int length;