vcl/source/text/textlayout.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 696644462e1f3e43608319068db2bbc167e7b8f8
Author:     Chris Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Tue Oct 17 18:34:46 2023 +1100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Sun Nov 19 02:19:35 2023 +0100

    vcl: remove unnecessary includes from textlayout.cxx
    
    Change-Id: I4cef4b61c15cde5682b65590bebdc9981d38908c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158074
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/vcl/source/text/textlayout.cxx b/vcl/source/text/textlayout.cxx
index 3b084a03115f..dd05d57f77c3 100644
--- a/vcl/source/text/textlayout.cxx
+++ b/vcl/source/text/textlayout.cxx
@@ -20,22 +20,16 @@
 #include <osl/file.h>
 #include <rtl/ustrbuf.hxx>
 #include <sal/log.hxx>
-#include <tools/fract.hxx>
 #include <comphelper/processfactory.hxx>
 #include <i18nlangtag/languagetag.hxx>
 
 #include <vcl/ctrl.hxx>
-#include <vcl/kernarray.hxx>
-#include <vcl/outdev.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/unohelp.hxx>
 
 #include <textlayout.hxx>
 #include <textlineinfo.hxx>
 
-#include <memory>
-#include <iterator>
-
 static bool ImplIsCharIn(sal_Unicode c, const char* pStr)
 {
     while ( *pStr )

Reply via email to