[sgen] Never inline sgen_par_object_get_size().
[mono.git] / mono / metadata / threadpool-internals.h
index cfef83fdcdfdf0fbd32d6e498c46040444823b06..165445c6a8562e116bb14c5ce7025254dd453553 100644 (file)
@@ -2,11 +2,9 @@
 #define _MONO_THREADPOOL_INTERNALS_H_
 
 #include <glib.h>
+#include <mono/metadata/object.h>
 #include <mono/utils/mono-compiler.h>
 
-typedef struct _MonoArray MonoArray;
-typedef struct _MonoObject MonoObject;
-
 void mono_thread_pool_remove_socket (int sock) MONO_INTERNAL;
 gboolean mono_thread_pool_is_queue_array (MonoArray *o) MONO_INTERNAL;
 void mono_internal_thread_unhandled_exception (MonoObject* exc) MONO_INTERNAL;