diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-05 01:26:48 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-05 11:06:53 +0200 |
commit | 47f0e09af5bfc250d91896d0af56b34b83bd16a2 (patch) | |
tree | b6d11800e37e5ef6b8d7054bb0e67f63c0df59e2 /ucb | |
parent | c8b24c2c5e9105f606ec030aff467105acce1342 (diff) |
Removed duplicated include
Change-Id: Ib3fb174f390424f765113a7565a8b87dbede7342
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103938
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx index 7db0b7925e02..24936d416c4e 100644 --- a/ucb/source/core/ucbstore.cxx +++ b/ucb/source/core/ucbstore.cxx @@ -47,7 +47,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/weak.hxx> #include <ucbhelper/macros.hxx> -#include <tools/diagnose_ex.h> #include "ucbstore.hxx" using namespace com::sun::star::beans; |