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 "textfindconstants.h"
|
||||||
|
|
||||||
#include <extensionsystem/iplugin.h>
|
#include <QObject>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QStringListModel;
|
class QStringListModel;
|
||||||
|
@@ -35,11 +35,11 @@
|
|||||||
#include "executefilter.h"
|
#include "executefilter.h"
|
||||||
#include "locatorconstants.h"
|
#include "locatorconstants.h"
|
||||||
|
|
||||||
#include <extensionsystem/iplugin.h>
|
|
||||||
#include <coreplugin/actionmanager/command.h>
|
#include <coreplugin/actionmanager/command.h>
|
||||||
|
|
||||||
#include <QTimer>
|
|
||||||
#include <QFutureWatcher>
|
#include <QFutureWatcher>
|
||||||
|
#include <QObject>
|
||||||
|
#include <QTimer>
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
Reference in New Issue
Block a user