DiffEditor: Cleanup includes

Change-Id: Id8127b9b0c99ee2a0d5d367cb551a1d5779c5d38
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-09-29 17:02:04 +02:00
parent 746632ed10
commit 38b19bfae6
13 changed files with 16 additions and 35 deletions

View File

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