Daniele Bartolini 10 лет назад
Родитель
Сommit
7529a2e35c
2 измененных файлов с 4 добавлено и 4 удалено
  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
  */
 
-using System;
 using System.Collections.Generic;
+using System.Collections;
 using System.Linq;
 using System.Text;
-using System.Collections;
+using System;
 
 namespace Crown
 {

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

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