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

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