Merge pull request #2006 from steffen-kiess/posix-sockets-2
[mono.git] / mcs / class / corlib / System.Reflection.Emit / DerivedTypes.cs
index eca84939f88fc2aba56b1e5a48292097d77e30d9..4d8b2ee34ba918eaaca8660fbcd515c1b552b850 100644 (file)
@@ -27,6 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System.Reflection;
 using System.Reflection.Emit;
 using System.Collections;
@@ -460,3 +461,4 @@ namespace System.Reflection.Emit
        }
 
 }
+#endif