forked from qt-creator/qt-creator
A bit of include cleanup
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
#include "basetextdocument.h"
|
#include "basetextdocument.h"
|
||||||
#include "basetexteditor_p.h"
|
#include "basetexteditor_p.h"
|
||||||
#include "codecselector.h"
|
#include "codecselector.h"
|
||||||
|
#include "tabsettings.h"
|
||||||
|
|
||||||
#ifndef TEXTEDITOR_STANDALONE
|
#ifndef TEXTEDITOR_STANDALONE
|
||||||
#include <aggregation/aggregate.h>
|
#include <aggregation/aggregate.h>
|
||||||
|
@@ -30,13 +30,12 @@
|
|||||||
#ifndef BASETEXTEDITOR_H
|
#ifndef BASETEXTEDITOR_H
|
||||||
#define BASETEXTEDITOR_H
|
#define BASETEXTEDITOR_H
|
||||||
|
|
||||||
#include "displaysettings.h"
|
|
||||||
#include "tabsettings.h"
|
|
||||||
#include "itexteditable.h"
|
#include "itexteditable.h"
|
||||||
|
|
||||||
#include <find/ifindsupport.h>
|
#include <find/ifindsupport.h>
|
||||||
|
|
||||||
#include <QtGui/QPlainTextEdit>
|
#include <QtGui/QPlainTextEdit>
|
||||||
|
#include <QtGui/QTextBlockUserData>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QKeyEvent;
|
class QKeyEvent;
|
||||||
@@ -63,7 +62,9 @@ class TextEditorActionHandler;
|
|||||||
class BaseTextDocument;
|
class BaseTextDocument;
|
||||||
class FontSettings;
|
class FontSettings;
|
||||||
struct BehaviorSettings;
|
struct BehaviorSettings;
|
||||||
|
struct DisplaySettings;
|
||||||
struct StorageSettings;
|
struct StorageSettings;
|
||||||
|
struct TabSettings;
|
||||||
|
|
||||||
struct Parenthesis;
|
struct Parenthesis;
|
||||||
typedef QVector<Parenthesis> Parentheses;
|
typedef QVector<Parenthesis> Parentheses;
|
||||||
|
@@ -31,8 +31,10 @@
|
|||||||
#define BASETEXTEDITOR_P_H
|
#define BASETEXTEDITOR_P_H
|
||||||
|
|
||||||
#include "basetexteditor.h"
|
#include "basetexteditor.h"
|
||||||
|
#include "displaysettings.h"
|
||||||
#include "texteditoroverlay.h"
|
#include "texteditoroverlay.h"
|
||||||
#include <texteditor/fontsettings.h>
|
#include "fontsettings.h"
|
||||||
|
|
||||||
#include <utils/changeset.h>
|
#include <utils/changeset.h>
|
||||||
|
|
||||||
#include <QtCore/QBasicTimer>
|
#include <QtCore/QBasicTimer>
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "plaintexteditor.h"
|
#include "plaintexteditor.h"
|
||||||
|
#include "tabsettings.h"
|
||||||
#include "texteditorconstants.h"
|
#include "texteditorconstants.h"
|
||||||
#include "texteditorplugin.h"
|
#include "texteditorplugin.h"
|
||||||
|
|
||||||
|
@@ -28,10 +28,12 @@
|
|||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "texteditoractionhandler.h"
|
#include "texteditoractionhandler.h"
|
||||||
#include "texteditorconstants.h"
|
|
||||||
#include "basetexteditor.h"
|
#include "basetexteditor.h"
|
||||||
#include "texteditorplugin.h"
|
#include "displaysettings.h"
|
||||||
#include "linenumberfilter.h"
|
#include "linenumberfilter.h"
|
||||||
|
#include "texteditorconstants.h"
|
||||||
|
#include "texteditorplugin.h"
|
||||||
|
|
||||||
#include <locator/locatormanager.h>
|
#include <locator/locatormanager.h>
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
|
Reference in New Issue
Block a user