Daniele Bartolini 10 jaren geleden
bovenliggende
commit
7529a2e35c
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 2 2
      tools/core/json/JSON.cs
  2. 2 2
      tools/core/json/SJSON.cs

+ 2 - 2
tools/core/json/JSON.cs

@@ -7,11 +7,11 @@
  * Public Domain Niklas Frykholm
  * Public Domain Niklas Frykholm
  */
  */
 
 
-using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
+using System.Collections;
 using System.Linq;
 using System.Linq;
 using System.Text;
 using System.Text;
-using System.Collections;
+using System;
 
 
 namespace Crown
 namespace Crown
 {
 {

+ 2 - 2
tools/core/json/SJSON.cs

@@ -7,11 +7,11 @@
  * Public Domain Niklas Frykholm
  * Public Domain Niklas Frykholm
  */
  */
 
 
-using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
+using System.Collections;
 using System.Linq;
 using System.Linq;
 using System.Text;
 using System.Text;
-using System.Collections;
+using System;
 
 
 namespace Crown
 namespace Crown
 {
 {