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

@@ -2,8 +2,8 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#include "projectexplorer/buildconfiguration.h"
#include "projectexplorer/target.h"
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/target.h>
namespace MesonProjectManager {
namespace Internal {