summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-12 15:31:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-13 07:46:16 +0200
commit3c3f7d784eadd60c053284ec2835675f158d4156 (patch)
tree0772787cb2ab5116cc710d80dfaab930faa5b5d8 /uui
parent3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff)
Removed duplicated includes
No automatic tools. Manual checked and tested. Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754 Reviewed-on: https://gerrit.libreoffice.org/36371 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-locking.cxx2
-rw-r--r--uui/source/iahndl.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx
index f3793819471a..dfa051e8c0b1 100644
--- a/uui/source/iahndl-locking.cxx
+++ b/uui/source/iahndl-locking.cxx
@@ -43,8 +43,6 @@
#include "iahndl.hxx"
-#include <memory>
-
#define UUI_DOC_LOAD_LOCK 0
#define UUI_DOC_OWN_LOAD_LOCK 1
#define UUI_DOC_SAVE_LOCK 2
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index fdbe9eccbc67..f8a1efd0af3e 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -85,8 +85,6 @@
#include "iahndl.hxx"
#include "nameclashdlg.hxx"
-#include <memory>
-
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::Reference;