diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-01 14:12:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-02 08:20:47 +0100 |
commit | 3fdf151dcdc00d65633c3ff33182b371da7ebfcb (patch) | |
tree | f79c9e36d9dc212092b595f5d39d926e3defd6a4 | |
parent | 1657639d5e405c6e1e988d51a1f267c378c74b53 (diff) |
Removed triplicated includes
Change-Id: I91af264306ac7a61c90bf46df0560448b7d2285d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106981
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 | ||||
-rw-r--r-- | forms/source/runtime/formoperations.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
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 |