propagated renaming fixes to .cc files
[org.ibex.core.git] / src / org / ibex / plat / PalmOS.java
index 85e67da..750f766 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 java.io.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** Platform class for PalmOS devices */
 public class PalmOS extends Platform {