reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / plat / PalmOS.java
index 85e67da..430e9ca 100644 (file)
@@ -2,6 +2,9 @@
 package org.ibex.plat;
 import org.ibex.*;
 import java.io.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** Platform class for PalmOS devices */
 public class PalmOS extends Platform {