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

@@ -3,7 +3,8 @@
#pragma once
#include "utils/filepath.h"
#include <utils/filepath.h>
#include <clang/Format/Format.h>
namespace CppEditor { class CppCodeStyleSettings; }