diff options
-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> |