vcl/source/control/field.cxx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-)
New commits: commit 03974760595039eab07a08cefaca6bd7f31b7e77 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Fri Dec 20 23:31:44 2024 +1100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Feb 2 07:14:09 2025 +0100 vcl: remove unnecessary includes from field.hxx Change-Id: I33ef533895f089bb5dfb78424fc407e568f9165f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178941 Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Tested-by: Jenkins diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index d0ae78e907bf..5150fc546b21 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -19,34 +19,24 @@ #include <sal/config.h> -#include <cmath> -#include <string_view> - -#include <sal/log.hxx> -#include <o3tl/string_view.hxx> -#include <osl/diagnose.h> - +#include <osl/diagnose.hxx> #include <comphelper/string.hxx> -#include <tools/UnitConversion.hxx> +#include <tools/json_writer.hxx> +#include <unotools/localedatawrapper.hxx> +#include <o3tl/string_view.hxx> +#include <i18nutil/unicode.hxx> -#include <vcl/builder.hxx> +#include <vcl/event.hxx> #include <vcl/fieldvalues.hxx> #include <vcl/toolkit/field.hxx> -#include <vcl/event.hxx> -#include <vcl/svapp.hxx> -#include <vcl/settings.hxx> -#include <vcl/uitest/uiobject.hxx> #include <vcl/uitest/metricfielduiobject.hxx> #include <svdata.hxx> -#include <i18nutil/unicode.hxx> - -#include <rtl/math.hxx> - -#include <unotools/localedatawrapper.hxx> #include <boost/property_tree/ptree.hpp> -#include <tools/json_writer.hxx> + +#include <cmath> +#include <string_view> using namespace ::com::sun::star; using namespace ::comphelper;