diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 18:37:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-02 19:01:33 +0200 |
commit | 07e2d6ca179f13666a9d7adfbf1d907ddc5b878b (patch) | |
tree | cd64f5b64341db9d39653ed34b878bb61e616c8a /desktop | |
parent | 343bc8260d428f2fc3b61c82af25eda4adfc04e4 (diff) |
Removed duplicated include
Change-Id: Ic54fab581f34f385f5a6395bb39020299fbf2bde
Reviewed-on: https://gerrit.libreoffice.org/76882
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 7193b1ec4571..f17251c70bf5 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -56,7 +56,6 @@ #include <comphelper/propertysequence.hxx> #include <comphelper/scopeguard.hxx> #include <comphelper/threadpool.hxx> -#include <comphelper/base64.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> |