implemented large parts of WCF standard endpoints and configuration support.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / TaskScheduler.cs
index e836e6e4856c5aa76850bdbe04c40b1636543eac..1084dbe254c89b58b78c440a9e4069b982813bf0 100644 (file)
@@ -1,4 +1,3 @@
-#if NET_4_0 || BOOTSTRAP_NET_4_0
 // 
 // TaskScheduler.cs
 //  
@@ -25,6 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
+#if NET_4_0 || BOOTSTRAP_NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Generic;