[Libreoffice-commits] core.git: include/vcl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 24 09:21:31 UTC 2020
include/vcl/field.hxx | 1 -
include/vcl/toolkit/field.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit f07754b5764cfc5187b7d60bbb2ce44d7fae91e0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 23 17:25:24 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Mar 24 10:20:56 2020 +0100
Removed duplicated includes
Change-Id: If00e89686210be5f76208a5e3ff366096f4ac9fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90927
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 03efc88e11cc..467c515f73f1 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -23,7 +23,6 @@
#include <config_options.h>
#include <memory>
#include <vcl/dllapi.h>
-#include <config_options.h>
#include <tools/link.hxx>
#include <tools/date.hxx>
#include <tools/time.hxx>
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx
index 8e2e2496e0e7..47156bc8c388 100644
--- a/include/vcl/toolkit/field.hxx
+++ b/include/vcl/toolkit/field.hxx
@@ -26,7 +26,6 @@
#include <config_options.h>
#include <vcl/field.hxx>
-#include <config_options.h>
class UNLESS_MERGELIBS(VCL_DLLPUBLIC) CurrencyFormatter : public NumericFormatter
{
More information about the Libreoffice-commits
mailing list