Nicolas Cannasse 18 years ago
parent
commit
68dc842431
1 changed files with 16 additions and 10 deletions
  1. 16 10
      std/haxe/ImportAll.hx

+ 16 - 10
std/haxe/ImportAll.hx

@@ -26,6 +26,7 @@ package haxe;
 
 
 // std
 // std
 import Array;
 import Array;
+import Class;
 import Date;
 import Date;
 import DateTools;
 import DateTools;
 import EReg;
 import EReg;
@@ -41,40 +42,44 @@ import StdTypes;
 import String;
 import String;
 import StringBuf;
 import StringBuf;
 import StringTools;
 import StringTools;
+import Type;
 import Xml;
 import Xml;
 
 
+#if !neko
+import haxe.Firebug;
+#end
 import haxe.Http;
 import haxe.Http;
 import haxe.ImportAll;
 import haxe.ImportAll;
 import haxe.Log;
 import haxe.Log;
 import haxe.Md5;
 import haxe.Md5;
 import haxe.PosInfos;
 import haxe.PosInfos;
+import haxe.Proxy;
 import haxe.Serializer;
 import haxe.Serializer;
 import haxe.Stack;
 import haxe.Stack;
 import haxe.Template;
 import haxe.Template;
 import haxe.Timer;
 import haxe.Timer;
 import haxe.Unserializer;
 import haxe.Unserializer;
-#if !neko
-import haxe.Firebug;
-#end
 
 
 import haxe.remoting.AsyncConnection;
 import haxe.remoting.AsyncConnection;
 import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncProxy;
 import haxe.remoting.AsyncProxy;
 import haxe.remoting.Connection;
 import haxe.remoting.Connection;
 import haxe.remoting.DelayedConnection;
 import haxe.remoting.DelayedConnection;
-#if flash
-import haxe.remoting.LocalConnection;
-import haxe.remoting.SocketWrapper;
-#end
-import haxe.remoting.Proxy;
-import haxe.remoting.SocketProtocol;
-import haxe.remoting.SocketConnection;
 #if !neko
 #if !neko
 import haxe.remoting.FlashJsConnection;
 import haxe.remoting.FlashJsConnection;
 #end
 #end
+#if flash
+import haxe.remoting.LocalConnection;
+#end
 #if neko
 #if neko
 import haxe.remoting.NekoSocketConnection;
 import haxe.remoting.NekoSocketConnection;
 #end
 #end
+import haxe.remoting.Proxy;
+import haxe.remoting.SocketConnection;
+import haxe.remoting.SocketProtocol;
+#if flash
+import haxe.remoting.SocketWrapper;
+#end
 
 
 import haxe.rtti.Infos;
 import haxe.rtti.Infos;
 import haxe.rtti.Type;
 import haxe.rtti.Type;
@@ -575,6 +580,7 @@ import js.XMLSocket;
 import tools.haxedoc.Main;
 import tools.haxedoc.Main;
 import tools.haxelib.Main;
 import tools.haxelib.Main;
 import tools.haxelib.Site;
 import tools.haxelib.Site;
+//import tools.hxinst.Main -> needs xCross
 
 
 #end
 #end