re-enabled path support
[org.ibex.core.git] / src / org / ibex / plat / POSIX.java
index e8c3ff1..314596b 100644 (file)
@@ -1,8 +1,10 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL]
 package org.ibex.plat;
 
-import gnu.gcj.RawData;
 import java.util.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** Platform implementation for POSIX compliant operating systems */
 public class POSIX extends GCJ {
@@ -36,7 +38,6 @@ public class POSIX extends GCJ {
         spawnChildProcess(cmd);
     }
 
-    public POSIX() { }
 }