Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System / System.Collections.ObjectModel / ObservableCollection.cs
index 33af6dae735101cb2026d853bfb4790b1ab9be32..6c26e8795f62cf037c1eddafeec9a8dd8ce73aa3 100644 (file)
@@ -26,7 +26,7 @@
 //     Marek Safar (marek.safar@gmail.com)
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Collections.Generic;
 using System.Collections.Specialized;
 using System.ComponentModel;