reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / plat / Linux.java
index 9ece3af..959ba5d 100644 (file)
@@ -1,6 +1,10 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.ibex.plat;
 
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
+
 /** Linux with an X11 display */
 public class Linux extends X11 {