forked from qt-creator/qt-creator
Utils: Remove unneeded class declaration and include
Change-Id: Ic993b4ba70c16504793c95092bf7179e3164ae94 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
#include "hostosinfo.h"
|
||||
#include "qtcassert.h"
|
||||
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
# include <windows.h>
|
||||
# include <io.h>
|
||||
|
@@ -9,10 +9,6 @@
|
||||
|
||||
#include <QFile>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QTemporaryFile;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace Utils {
|
||||
|
Reference in New Issue
Block a user