Browse Source

added haxe.xml

Nicolas Cannasse 19 years ago
parent
commit
c8f140991f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      std/haxe/ImportAll.hx

+ 3 - 0
std/haxe/ImportAll.hx

@@ -75,6 +75,9 @@ import haxe.remoting.SocketConnection;
 
 #end // flash9
 
+import haxe.xml.Check;
+import haxe.xml.Fast;
+
 import haxe.unit.TestCase;
 import haxe.unit.TestResult;
 import haxe.unit.TestRunner;