From 5b24cb5609545403a730ceec6359862b9d6b2a23 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 5 Apr 2024 10:46:55 +0200 Subject: 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 Reviewed-by: Artem Sokolovskii --- src/plugins/texteditor/syntaxhighlighter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/texteditor') diff --git a/src/plugins/texteditor/syntaxhighlighter.h b/src/plugins/texteditor/syntaxhighlighter.h index 6b07d333f33..13d595d82f4 100644 --- a/src/plugins/texteditor/syntaxhighlighter.h +++ b/src/plugins/texteditor/syntaxhighlighter.h @@ -8,8 +8,6 @@ #include #include -#include - #include #include -- cgit v1.2.3