Merge pull request #796 from alesliehughes/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / ReferenceAssemblyAttribute.cs
index 579e0a7b9d2336cb4e6f8b553814c4933388e5b5..3f6230d0b8b7f6d8897237cbea8a870d73cc2130 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if NET_4_0
 
 using System;
 using System.Runtime.InteropServices;
 
-#if NET_4_0
-
 namespace System.Runtime.CompilerServices {
 
        [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false)]