diff options
author | Matthew Pottage <matthewpottage@invincitech.com> | 2014-08-06 18:12:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 12:02:16 +0200 |
commit | 608ebc6f01db5d9d86bab58f9cabce56c8b48326 (patch) | |
tree | 6fb71ada7595fce7fb00de5277c102024b068173 /cli_ure | |
parent | 03e0bd6b3b4314e2476030da7ddc71cf30f8b2e9 (diff) |
Remove redundant inclusions of header "cppuhelper/shlib.h"
Change-Id: Iab402035613a6cc96b7b4ebd2981a1fd0f8bed23
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 1 |
1 files changed, 0 insertions, 1 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" |