reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / plat / Win32.java
index 592baf9..e034258 100644 (file)
@@ -5,6 +5,9 @@ import org.ibex.*;
 import org.ibex.util.*;
 import java.util.*;
 import org.ibex.js.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** Platform specific code for GCJ-compiled Win32 binaries */
 public class Win32 extends GCJ {