vcl/source/control/tabctrl.cxx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-)
New commits: commit 9d8444e16535d6cdd460d8263d92961110b70145 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Thu Dec 26 15:10:01 2024 +1100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sat Feb 8 11:46:03 2025 +0100 vcl: remove unnecessary headers from tabctrl.cxx Change-Id: I92214814a486209eb07f7398e4ceece890ec1845 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179448 Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Tested-by: Jenkins diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 5aa5c831617c..6e15a658fe88 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -18,25 +18,19 @@ */ #include <sal/config.h> -#include <sal/log.hxx> -#include <vcl/notebookbar/notebookbar.hxx> -#include <vcl/svapp.hxx> #include <vcl/help.hxx> -#include <vcl/event.hxx> -#include <vcl/menu.hxx> -#include <vcl/toolkit/button.hxx> -#include <vcl/tabpage.hxx> +#include <vcl/layout.hxx> +#include <vcl/notebookbar/notebookbar.hxx> #include <vcl/tabctrl.hxx> +#include <vcl/tabpage.hxx> #include <vcl/toolbox.hxx> -#include <vcl/layout.hxx> +#include <vcl/toolkit/button.hxx> #include <vcl/mnemonic.hxx> #include <vcl/toolkit/lstbox.hxx> -#include <vcl/settings.hxx> #include <vcl/uitest/uiobject.hxx> -#include <bitmaps.hlst> -#include <tools/json_writer.hxx> +#include <bitmaps.hlst> #include <svdata.hxx> #include <window.h>