forked from qt-creator/qt-creator
WebAssembly: Cleanup FilePath-related includes
Change-Id: If8308b0396ccb0e837fbbb7fcf15f49f7febcc55 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QCache>
|
||||
#include <QVersionNumber>
|
||||
|
||||
namespace Utils {
|
||||
class Environment;
|
||||
class FilePath;
|
||||
}
|
||||
|
||||
namespace WebAssembly {
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QFileInfo>
|
||||
#include <QVersionNumber>
|
||||
|
||||
using namespace QtSupport;
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/environment.h>
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/filepath.h>
|
||||
#include <utils/hostosinfo.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
Reference in New Issue
Block a user