diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-30 16:35:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-30 19:42:19 +0100 |
commit | 87dd1232054b4c85a2bdadc8aa2c84dd4947bedb (patch) | |
tree | c7ce3b8f8ece3f32e656c34795fdf78fb50a963c /configmgr | |
parent | 3135d820d0172ef5695a4b97cec505e6ad03d67a (diff) |
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.hxx | 1 | ||||
-rw-r--r-- | configmgr/source/components.hxx | 1 | ||||
-rw-r--r-- | configmgr/source/configurationprovider.cxx | 1 | ||||
-rw-r--r-- | configmgr/source/rootaccess.hxx | 1 | ||||
-rw-r--r-- | configmgr/source/update.cxx | 1 |
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> |