ClangSupport: Remove unused circular includes

Change-Id: I89e54fad34084ef683bb24fa2db7ef858a8b4759
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leander Schulten
2020-11-17 14:30:54 +01:00
parent c247024273
commit 2ce783f96d
3 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,6 @@
#include "clangsupport_global.h"
#include "filepathview.h"
#include "nativefilepath.h"
#include <utils/hostosinfo.h>
#include <utils/smallstringio.h>

View File

@@ -26,7 +26,6 @@
#pragma once
#include "filepathview.h"
#include "filepath.h"
#include <utils/hostosinfo.h>
#include <utils/smallstringio.h>

View File

@@ -27,6 +27,7 @@
#include <utils/hostosinfo.h>
#include <filepath.h>
#include <nativefilepath.h>
#include <QCoreApplication>