Merge pull request #347 from JamesB7/master
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Scripting.Core / Ast / ElementInit.cs
index d4e376e31942924d5bdfb94142763a4859a26c38..21f87689d6af69181f42f4d0cd267a59f6aad698 100644 (file)
@@ -1,4 +1,4 @@
-/* ****************************************************************************
+/* ****************************************************************************
  *
  * Copyright (c) Microsoft Corporation. 
  *
@@ -20,11 +20,7 @@ using System.Reflection;
 using System.Text;
 using System.Dynamic.Utils;
 
-#if SILVERLIGHT
-using System.Core;
-#endif
-
-#if CLR2
+#if !FEATURE_CORE_DLR
 namespace Microsoft.Scripting.Ast {
 #else
 namespace System.Linq.Expressions {