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>
This commit is contained in:
parent
54b899f448
commit
89b12da2ef
@ -39,8 +39,9 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "msvc_objectmodel.h"
|
||||
#include "msbuild_objectmodel.h"
|
||||
|
||||
#include "msvc_objectmodel.h"
|
||||
#include "msvc_vcproj.h"
|
||||
#include "msvc_vcxproj.h"
|
||||
#include <qstringlist.h>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user