summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/source/shlib.cxx4
1 files changed, 1 insertions, 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 <loadsharedlibcomponentfactory.hxx>
-#if defined ANDROID
-#include <osl/detail/android-bootstrap.h>
-#elif defined IOS
+#if defined DISABLE_DYNLOADING
#include <osl/detail/component-mapping.h>
#endif