summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakeevaluator.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-15 15:34:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-17 22:14:18 +0200
commit89b12da2efff35915a38d608279cd3a5e7578c35 (patch)
treeecd63e47aa6f994ecbcaac4af6c5fc332247db34 /qmake/library/qmakeevaluator.cpp
parent54b899f44877d87f6118b1bab02fb67c35d738e8 (diff)
qmake: Include own header first
cpp files should include their own headers first (but below config.h) Change-Id: I10ef37854843ae6438d68f96ce5ee83eede33db5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qmake/library/qmakeevaluator.cpp')
-rw-r--r--qmake/library/qmakeevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/library/qmakeevaluator.cpp b/qmake/library/qmakeevaluator.cpp
index 687bb3a829..8bb4fddf19 100644
--- a/qmake/library/qmakeevaluator.cpp
+++ b/qmake/library/qmakeevaluator.cpp
@@ -40,10 +40,10 @@
****************************************************************************/
#include "qmakeevaluator.h"
+#include "qmakeevaluator_p.h"
#include "qmakeglobals.h"
#include "qmakeparser.h"
-#include "qmakeevaluator_p.h"
#include "ioutils.h"
#include <qbytearray.h>