bugfix in url parsing for HTTP.java
[org.ibex.core.git] / src / org / ibex / plat / JVM.java
index 54f6e21..4bc76c5 100644 (file)
@@ -1,7 +1,9 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.ibex.plat;
 
-import org.ibex.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** common superclass for all platforms that run in a "real" JVM */
 public abstract class JVM extends Platform {