forked from qt-creator/qt-creator
Utils lib: Remove unneeded includes from cpp files
It's a result of a team work consisting of yellow triangle and me. Change-Id: I8b4812766da70e0785ae71bf0cb71357379e2514 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
#include "layoutbuilder.h"
|
||||
#include "pathchooser.h"
|
||||
#include "qtcassert.h"
|
||||
#include "qtcprocess.h"
|
||||
#include "qtcsettings.h"
|
||||
#include "utilsicons.h"
|
||||
#include "variablechooser.h"
|
||||
|
||||
#include <QAction>
|
||||
@@ -41,7 +39,6 @@
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QDebug>
|
||||
#include <QFormLayout>
|
||||
#include <QGroupBox>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
@@ -52,7 +49,6 @@
|
||||
#include <QSettings>
|
||||
#include <QSpinBox>
|
||||
#include <QTextEdit>
|
||||
#include <QToolButton>
|
||||
|
||||
namespace Utils {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user