TextEditor: Remove non-exported include from public header

The header from KSyntaxHighlighting is not exported to the dev packages,
so separate plugins using the syntax highlighter fail to compile.

The include is not even used in that file anymore though, so just remove it.

Change-Id: Iff9be4e35c1edb5492707b00a5afae96d85db16a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
This commit is contained in:
Eike Ziller
2024-04-05 10:46:55 +02:00
parent 41eeb5a273
commit 5b24cb5609

View File

@@ -8,8 +8,6 @@
#include <texteditor/texteditorconstants.h>
#include <texteditor/textdocumentlayout.h>
#include <KSyntaxHighlighting/Definition>
#include <QObject>
#include <QTextLayout>