[runtime] Remove some unused metadata includes from utils/.
authorZoltan Varga <vargaz@gmail.com>
Sun, 30 Nov 2014 01:34:13 +0000 (02:34 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sun, 30 Nov 2014 01:34:13 +0000 (02:34 +0100)
mono/utils/mach-support.c
mono/utils/mono-io-portability.c
mono/utils/mono-threads-mach.c
mono/utils/mono-threads-posix.c

index 5adc0c99ee895a365e3ac5281782ae6855938d1e..19e745f630c0c54eb46f030dfb5c3e62e7b7de20 100644 (file)
@@ -16,9 +16,6 @@
 #include <mach/thread_act.h>
 #include <mach/thread_status.h>
 
-#include <mono/metadata/appdomain.h>
-#include <mono/metadata/debug-helpers.h>
-#include <mono/metadata/mono-debug.h>
 #include <mono/utils/mono-mmap.h>
 
 #include "mach-support.h"
index 979bb6037fd21ba9be040c408eca9cba4a265fe2..4304851c11dff8d901d42515452c3932dac9461d 100644 (file)
@@ -6,12 +6,6 @@
 #endif
 #include <errno.h>
 #include <mono/utils/mono-io-portability.h>
-#include <mono/metadata/metadata.h>
-#include <mono/metadata/class.h>
-#include <mono/metadata/class-internals.h>
-#include <mono/metadata/object.h>
-#include <mono/metadata/gc-internal.h>
-#include <mono/metadata/profiler.h>
 #include <mono/metadata/profiler-private.h>
 
 #ifndef DISABLE_PORTABILITY
index 6270c57f1d6c347e300e3da7d0988ba5326eb91b..c0b28a12d8e97de1295be3e7ad1bed653a37dd6a 100644 (file)
@@ -20,9 +20,6 @@
 #include <mono/utils/mono-threads.h>
 #include <mono/utils/hazard-pointer.h>
 #include <mono/utils/mono-mmap.h>
-#include <mono/metadata/gc-internal.h>
-#include <mono/metadata/appdomain.h>
-#include <mono/metadata/threads-types.h>
 
 void
 mono_threads_init_platform (void)
index 05cf12c91d8c16d6537c13163c1a7c276d335584..a2b205939b57116c7f1e4c752e3d2d112372cced 100644 (file)
@@ -14,7 +14,6 @@
 #include <mono/utils/mono-threads.h>
 #include <mono/utils/mono-tls.h>
 #include <mono/utils/mono-mmap.h>
-#include <mono/metadata/threads-types.h>
 #include <limits.h>
 
 #include <errno.h>