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 "basetexteditor_p.h"
#include "codecselector.h"
#include "tabsettings.h"
#ifndef TEXTEDITOR_STANDALONE
#include <aggregation/aggregate.h>

View File

@@ -30,13 +30,12 @@
#ifndef BASETEXTEDITOR_H
#define BASETEXTEDITOR_H
#include "displaysettings.h"
#include "tabsettings.h"
#include "itexteditable.h"
#include <find/ifindsupport.h>
#include <QtGui/QPlainTextEdit>
#include <QtGui/QTextBlockUserData>
QT_BEGIN_NAMESPACE
class QKeyEvent;
@@ -63,7 +62,9 @@ class TextEditorActionHandler;
class BaseTextDocument;
class FontSettings;
struct BehaviorSettings;
struct DisplaySettings;
struct StorageSettings;
struct TabSettings;
struct Parenthesis;
typedef QVector<Parenthesis> Parentheses;

View File

@@ -31,8 +31,10 @@
#define BASETEXTEDITOR_P_H
#include "basetexteditor.h"
#include "displaysettings.h"
#include "texteditoroverlay.h"
#include <texteditor/fontsettings.h>
#include "fontsettings.h"
#include <utils/changeset.h>
#include <QtCore/QBasicTimer>

View File

@@ -28,6 +28,7 @@
**************************************************************************/
#include "plaintexteditor.h"
#include "tabsettings.h"
#include "texteditorconstants.h"
#include "texteditorplugin.h"

View File

@@ -28,10 +28,12 @@
**************************************************************************/
#include "texteditoractionhandler.h"
#include "texteditorconstants.h"
#include "basetexteditor.h"
#include "texteditorplugin.h"
#include "displaysettings.h"
#include "linenumberfilter.h"
#include "texteditorconstants.h"
#include "texteditorplugin.h"
#include <locator/locatormanager.h>
#include <coreplugin/icore.h>