summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Pottage <matthewpottage@invincitech.com>2014-08-06 18:12:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-08-08 12:02:16 +0200
commit608ebc6f01db5d9d86bab58f9cabce56c8b48326 (patch)
tree6fb71ada7595fce7fb00de5277c102024b068173
parent[API CHANGE] Removed two cppuhelper deprecated headers. (diff)
downloadcore-608ebc6f01db5d9d86bab58f9cabce56c8b48326.tar.gz
core-608ebc6f01db5d9d86bab58f9cabce56c8b48326.zip
Remove redundant inclusions of header "cppuhelper/shlib.h"
Change-Id: Iab402035613a6cc96b7b4ebd2981a1fd0f8bed23 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--cli_ure/source/climaker/climaker_app.cxx1
-rw-r--r--cppuhelper/source/factory.cxx1
-rw-r--r--cppuhelper/source/servicemanager.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index 0f14a170b028..1a3335c07c22 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -31,7 +31,6 @@
#include "osl/file.hxx"
#include "osl/thread.h"
#include "rtl/ustrbuf.hxx"
-#include "cppuhelper/shlib.hxx"
#include "cppuhelper/bootstrap.hxx"
#include "com/sun/star/lang/XComponent.hpp"
#include "com/sun/star/container/XHierarchicalNameAccess.hpp"
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index ef80fb866a3b..11734e1f5000 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -24,7 +24,6 @@
#include <cppuhelper/component.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/shlib.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <rtl/instance.hxx>
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx
index d682cd60636f..84b29b331375 100644
--- a/cppuhelper/source/servicemanager.cxx
+++ b/cppuhelper/source/servicemanager.cxx
@@ -33,7 +33,6 @@
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/shlib.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/file.hxx>
#include <rtl/ref.hxx>