vcl/source/control/combobox.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
New commits: commit de018733fc1fa793848d319d1a962536c5a5d762 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Tue Dec 10 21:40:19 2024 +1100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Tue Feb 18 09:36:45 2025 +0100 vcl: remove unnecessary includes from combobox.cxx Change-Id: I2c76c67dd6660dc8e9979755eade14d06ad6b000 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178214 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 1e962635a6bf..1456981d880c 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -22,21 +22,16 @@ #include <set> #include <comphelper/string.hxx> -#include <vcl/toolkit/lstbox.hxx> + #include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/event.hxx> -#include <vcl/settings.hxx> -#include <vcl/vclevent.hxx> #include <vcl/uitest/uiobject.hxx> -#include <sal/log.hxx> #include <listbox.hxx> #include <comphelper/lok.hxx> -#include <tools/json_writer.hxx> #include <o3tl/string_view.hxx> - struct ComboBoxBounds { Point aSubEditPos;