vcl/source/control/ctrl.cxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)
New commits: commit 6ec3ff63dfae1e6af2e776f48068eadb9a46011f Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Wed Dec 11 00:28:05 2024 +1100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Feb 3 08:46:24 2025 +0100 vcl: remove unnecessary includes in ctrl.cxx Change-Id: I62f7ab6b3e3bcc1fcf1994a142e0d444344d76c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178225 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index 4f7a42badffc..d4ba507f33e0 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -18,19 +18,15 @@ */ #include <comphelper/lok.hxx> -#include <o3tl/safeint.hxx> -#include <vcl/svapp.hxx> -#include <vcl/event.hxx> + +#include <vcl/DocWindow.hxx> #include <vcl/ctrl.hxx> #include <vcl/decoview.hxx> +#include <vcl/event.hxx> #include <vcl/mnemonic.hxx> -#include <vcl/settings.hxx> -#include <vcl/uitest/logger.hxx> -#include <vcl/DocWindow.hxx> -#include <sal/log.hxx> -#include <textlayout.hxx> #include <svdata.hxx> +#include <textlayout.hxx> using namespace vcl;