forked from qt-creator/qt-creator
Coreplugin: Simplify include structure
Change-Id: Id77685c907d29bacc6133449a6415aba2a7d1670 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "textfindconstants.h"
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <QObject>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStringListModel;
|
||||
|
@@ -35,11 +35,11 @@
|
||||
#include "executefilter.h"
|
||||
#include "locatorconstants.h"
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <coreplugin/actionmanager/command.h>
|
||||
|
||||
#include <QTimer>
|
||||
#include <QFutureWatcher>
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
Reference in New Issue
Block a user