[runtime] Don't add mono-dl.h to loader.h. Move the internal function to an internal...
[mono.git] / mono / metadata / loader.h
index 6382c774ae3fd431d61f741df0456253a4847d44..328cb5ac7583312904112bbfb933f779f8a9c402 100644 (file)
@@ -4,7 +4,6 @@
 #include <mono/metadata/metadata.h>
 #include <mono/metadata/image.h>
 #include <mono/utils/mono-error.h>
-#include <mono/utils/mono-dl.h>
 
 MONO_BEGIN_DECLS
 
@@ -64,9 +63,6 @@ mono_lookup_internal_call (MonoMethod *method);
 void*
 mono_lookup_internal_call_full (MonoMethod *method, mono_bool *uses_handles);
 
-void
-mono_loader_register_module (const char *name, MonoDl *module);
-
 MONO_API const char*
 mono_lookup_icall_symbol (MonoMethod *m);