diff options
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/registry/dp_backend.cxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index ae34f2e67b91..894999efe105 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -32,7 +32,6 @@ #include "dp_platform.hxx" #include "dp_manager.h" #include "dp_identifier.hxx" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/ustrbuf.hxx" #include "rtl/string.hxx" #include "rtl/uri.hxx" diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx index 023430c72764..57703d5d3986 100644 --- a/desktop/source/deployment/registry/dp_backend.cxx +++ b/desktop/source/deployment/registry/dp_backend.cxx @@ -29,10 +29,9 @@ #include "dp_backend.h" #include "dp_ucb.h" -#include "rtl/oustringostreaminserter.hxx" +#include "rtl/ustring.hxx" #include "rtl/uri.hxx" #include "rtl/bootstrap.hxx" -#include "sal/log.hxx" #include "osl/file.hxx" #include "cppuhelper/exc_hlp.hxx" #include "comphelper/servicedecl.hxx" |