forms/source/component/DatabaseForm.cxx | 2 -- forms/source/runtime/formoperations.cxx | 1 - 2 files changed, 3 deletions(-)
New commits: commit 3fdf151dcdc00d65633c3ff33182b371da7ebfcb Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 1 14:12:09 2020 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Dec 2 08:20:47 2020 +0100 Removed triplicated includes Change-Id: I91af264306ac7a61c90bf46df0560448b7d2285d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106981 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 41753cc0a121..d46cd0b0d3f3 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -68,12 +68,10 @@ #include <tools/inetmsg.hxx> #include <tools/inetstrm.hxx> #include <tools/urlobj.hxx> -#include <tools/diagnose_ex.h> #include <unotools/ucbstreamhelper.hxx> #include <vcl/svapp.hxx> #include <vcl/timer.hxx> #include <osl/mutex.hxx> -#include <tools/diagnose_ex.h> using namespace ::dbtools; using namespace ::comphelper; diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx index e698d29f4051..4aa12bc91233 100644 --- a/forms/source/runtime/formoperations.cxx +++ b/forms/source/runtime/formoperations.cxx @@ -60,7 +60,6 @@ #include <osl/mutex.hxx> #include <sal/log.hxx> #include <tools/debug.hxx> -#include <tools/diagnose_ex.h> namespace frm _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
