vcl/source/control/hyperlabel.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1ac1da97a190382eae6a276944f176fbc8c84117
Author:     Christopher Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Mon Dec 23 17:37:55 2024 +1100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Feb 8 09:42:43 2025 +0100

    vcl: remove unnecessary incldues in hyperlabel.cxx
    
    Change-Id: I214a9368523a521f2115b9e22b547325fbbae57f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179192
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/vcl/source/control/hyperlabel.cxx 
b/vcl/source/control/hyperlabel.cxx
index 01aaf47609c9..525fe34da54f 100644
--- a/vcl/source/control/hyperlabel.cxx
+++ b/vcl/source/control/hyperlabel.cxx
@@ -17,10 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <tools/color.hxx>
 #include <vcl/event.hxx>
-#include <vcl/settings.hxx>
 #include <vcl/ptrstyle.hxx>
+
 #include <hyperlabel.hxx>
 
 namespace vcl

Reply via email to