summaryrefslogtreecommitdiffstats
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-30 16:35:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-30 19:42:19 +0100
commit87dd1232054b4c85a2bdadc8aa2c84dd4947bedb (patch)
treec7ce3b8f8ece3f32e656c34795fdf78fb50a963c /configmgr
parentSvtAccessibilityOptions base SfxListener appears to be unused (diff)
downloadcore-87dd1232054b4c85a2bdadc8aa2c84dd4947bedb.tar.gz
core-87dd1232054b4c85a2bdadc8aa2c84dd4947bedb.zip
Clean up newly unused includes
...after 122598af564082786f01b4eafdb9f09f0cffdf5f "no need to use shared_ptr here" Change-Id: I5b7525388eed96005c9163a58c9b260d0b100cbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86012 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/access.hxx1
-rw-r--r--configmgr/source/components.hxx1
-rw-r--r--configmgr/source/configurationprovider.cxx1
-rw-r--r--configmgr/source/rootaccess.hxx1
-rw-r--r--configmgr/source/update.cxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index 24f4ddadf665..db2decb48874 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
-#include <memory>
#include <set>
#include <vector>
#include "config_map.hxx"
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index f9e8ff0cd295..c23beee82777 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
-#include <memory>
#include <set>
#include <com/sun/star/beans/Optional.hpp>
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index 65e785e2afe1..7d39593ab62e 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <cassert>
-#include <memory>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx
index 8157f8e6c7a2..bc26179fc2e2 100644
--- a/configmgr/source/rootaccess.hxx
+++ b/configmgr/source/rootaccess.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
-#include <memory>
#include <set>
#include <vector>
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 983c2e88fac2..c8f6505243ee 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -20,7 +20,6 @@
#include <sal/config.h>
#include <cassert>
-#include <memory>
#include <set>
#include <com/sun/star/configuration/XUpdate.hpp>