A bit of include cleanup

This commit is contained in:
Thorbjørn Lindeijer
2009-12-08 17:43:01 +01:00
parent 3d2d122472
commit a248406644
5 changed files with 12 additions and 5 deletions

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>