From b4d36b5dcfc84b2aa8913ac69ad12077713cee84 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 14 Apr 2018 22:31:33 +0200 Subject: remove some unused comphelper includes and fix the fallout Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359 Reviewed-on: https://gerrit.libreoffice.org/52894 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- desktop/source/deployment/registry/component/dp_component.cxx | 1 - desktop/source/deployment/registry/configuration/dp_configuration.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'desktop/source/deployment') diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx index 47c9fa9fe4f3..37c5d77b79aa 100644 --- a/desktop/source/deployment/registry/component/dp_component.cxx +++ b/desktop/source/deployment/registry/component/dp_component.cxx @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 0393e934e343..4b1c943f0cac 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- cgit