Fix include style

Change-Id: I64cb77f8d39dac35821fe96d735bc5dda35738e7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2023-03-21 19:20:55 +01:00
parent 5996e58ffa
commit b5af4501df
19 changed files with 41 additions and 35 deletions

View File

@@ -359,11 +359,12 @@ void MakeFileParse::parseCommandLine(const QString &command, const QString &proj
// Unit tests:
#ifdef WITH_TESTS
# include <QTest>
# include "qmakeprojectmanagerplugin.h"
#include "qmakeprojectmanagerplugin.h"
# include "projectexplorer/outputparser_test.h"
#include <projectexplorer/outputparser_test.h>
#include <QTest>
using namespace QmakeProjectManager::Internal;
using namespace ProjectExplorer;