vcl/inc/pch/precompiled_vcl.hxx | 1 - vcl/source/bitmap/bitmap.cxx | 1 - vcl/source/pdf/PDFiumLibrary.cxx | 1 - 3 files changed, 3 deletions(-)
New commits: commit f731ab63200eb37092c85719b674c21cd0ea21b2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Sep 7 18:10:38 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Sep 7 23:20:00 2025 +0200 Remove duplicated includes Change-Id: I4995bf584ca1a4f6ad9a69dd5d93e56cbc990fe1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190644 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index ccfba9c2c716..01051a71dcd1 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -314,7 +314,6 @@ #include <vcl/TypeSerializer.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmap/BitmapFilter.hxx> -#include <vcl/bitmap.hxx> #include <vcl/builder.hxx> #include <vcl/canvastools.hxx> #include <vcl/checksum.hxx> diff --git a/vcl/source/bitmap/bitmap.cxx b/vcl/source/bitmap/bitmap.cxx index 28a25744f756..9e769b13cee1 100644 --- a/vcl/source/bitmap/bitmap.cxx +++ b/vcl/source/bitmap/bitmap.cxx @@ -60,7 +60,6 @@ #ifdef DBG_UTIL #include <cstdlib> -#include <o3tl/environment.hxx> #include <tools/stream.hxx> #include <vcl/graphicfilter.hxx> #endif diff --git a/vcl/source/pdf/PDFiumLibrary.cxx b/vcl/source/pdf/PDFiumLibrary.cxx index c28a8a941e37..13d6eedec9f1 100644 --- a/vcl/source/pdf/PDFiumLibrary.cxx +++ b/vcl/source/pdf/PDFiumLibrary.cxx @@ -31,7 +31,6 @@ #include <rtl/ustrbuf.hxx> #include <vcl/BitmapWriteAccess.hxx> -#include <vcl/bitmap.hxx> #include <vcl/dibtools.hxx> #include <functional>