From 202ea1975ca0e4ecdc6c175aaed2537bda3ac847 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 1 Jan 2014 18:54:50 +0100 Subject: Only component-mapping.h is needed here. Change-Id: I09fc944d7d19e8a2804d8530ba2a98b5719d8b37 --- cppuhelper/source/shlib.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index f34fa8e0a70d..1d41440138fc 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -31,9 +31,7 @@ #include -#if defined ANDROID -#include -#elif defined IOS +#if defined DISABLE_DYNLOADING #include #endif -- cgit