forked from qt-creator/qt-creator
Removed more icore.h includes from header files
This commit is contained in:
@@ -35,13 +35,15 @@
|
||||
#define SCRIPTMANAGER_P_H
|
||||
|
||||
#include <coreplugin/scriptmanager/scriptmanager.h>
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QList>
|
||||
#include <QtScript/QScriptEngine>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class ICore;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class ScriptManagerPrivate : public Core::ScriptManager
|
||||
|
||||
Reference in New Issue
Block a user