forked from qt-creator/qt-creator
DiffEditor: Cleanup includes
Change-Id: Id8127b9b0c99ee2a0d5d367cb551a1d5779c5d38 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "selectabletexteditorwidget.h" // TODO: we need DiffSelections here only
|
||||
|
||||
#include <QFutureWatcher>
|
||||
#include <QTextCharFormat>
|
||||
#include <QWidget>
|
||||
|
||||
namespace Core { class IContext; }
|
||||
@@ -88,7 +87,6 @@ public:
|
||||
QHash<int, int> foldingIndent;
|
||||
};
|
||||
|
||||
|
||||
class SideBySideDiffEditorWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user