[Libreoffice-commits] core.git: configmgr/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 30 18:43:00 UTC 2019
configmgr/source/access.hxx | 1 -
configmgr/source/components.hxx | 1 -
configmgr/source/configurationprovider.cxx | 1 -
configmgr/source/rootaccess.hxx | 1 -
configmgr/source/update.cxx | 1 -
5 files changed, 5 deletions(-)
New commits:
commit 87dd1232054b4c85a2bdadc8aa2c84dd4947bedb
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 30 16:35:01 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 30 19:42:19 2019 +0100
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 at redhat.com>
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>
More information about the Libreoffice-commits
mailing list