reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / plat / GCJ.java
index 8954660..2391434 100644 (file)
@@ -6,6 +6,9 @@ import org.ibex.util.*;
 import java.io.*;
 import java.security.*;
 import java.security.cert.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** common superclass for all platforms that use GCJ to compile a native binary */
 public abstract class GCJ extends Platform {