[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.
[mono.git] / mono / utils / monobitset.h
index e95f4847e6cf61f0b5ae64e6993212eecde4098a..682b8d539a3885953bfb1111b7b340a6b08e3779 100644 (file)
@@ -2,13 +2,7 @@
 #define __MONO_BITSET_H__
 
 #include <glib.h>
-#include <mono/utils/mono-compiler.h>
-
-#ifdef SGEN_WITHOUT_MONO
-#define MONO_API
-#else
 #include <mono/utils/mono-publib.h>
-#endif
 
 #define MONO_BITSET_BITS_PER_CHUNK (8 * sizeof (gsize))