forked from qt-creator/qt-creator
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
forward declaration is sufficient.
This commit is contained in:
@@ -41,9 +41,10 @@
|
||||
#include "texteditorconstants.h"
|
||||
#include "texteditorplugin.h"
|
||||
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
using namespace TextEditor;
|
||||
using namespace TextEditor::Constants;
|
||||
|
||||
Reference in New Issue
Block a user