@@ -35,7 +35,6 @@ import IntIter;
import Lambda;
import List;
import Math;
-import Md5;
import Reflect;
import Std;
import StdTypes;
@@ -47,6 +46,7 @@ import Xml;
import haxe.Http;
import haxe.ImportAll;
import haxe.Log;
+import haxe.Md5;
import haxe.PosInfos;
import haxe.Serializer;
import haxe.Template;
@@ -22,6 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*/
+package haxe;
/**
Creates a MD5 of a String.