vcl/source/control/fmtfield.cxx |   23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

New commits:
commit 1dd3ab8842be49afe9357402d0cd5506ff72bb2b
Author:     Christopher Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Mon Dec 23 00:27:08 2024 +1100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Feb 3 08:46:05 2025 +0100

    vcl: remove unnecessary includes in fmtfield.cxxx
    
    Change-Id: I8b08a8ca072040c5ebf9c667d618ffb0d0b21c71
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179182
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index ec8f5569ecab..7f6ad855efd3 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -17,32 +17,21 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <tools/debug.hxx>
-#include <boost/property_tree/json_parser.hpp>
+#include <rtl/math.hxx>
+#include <svl/numformat.hxx>
 #include <comphelper/processfactory.hxx>
 #include <comphelper/string.hxx>
-#include <unotools/localedatawrapper.hxx>
+#include <tools/debug.hxx>
+
 #include <vcl/builder.hxx>
 #include <vcl/event.hxx>
-#include <vcl/settings.hxx>
 #include <vcl/commandevent.hxx>
-#include <svl/zformat.hxx>
-#include <vcl/toolkit/field.hxx>
 #include <vcl/toolkit/fmtfield.hxx>
-#include <vcl/uitest/uiobject.hxx>
 #include <vcl/uitest/formattedfielduiobject.hxx>
-#include <vcl/weld.hxx>
 #include <vcl/weldutils.hxx>
-#include <i18nlangtag/languagetag.hxx>
-#include <unotools/syslocale.hxx>
+#include <svl/zformat.hxx>
+
 #include <limits>
-#include <map>
-#include <rtl/math.hxx>
-#include <rtl/ustrbuf.hxx>
-#include <sal/log.hxx>
-#include <svl/numformat.hxx>
-#include <osl/diagnose.h>
-#include <tools/json_writer.hxx>
 
 using namespace ::com::sun::star::lang;
 

Reply via email to