stream doesnt need ibex.net
[org.ibex.io.git] / src / org / ibex / io / Stream.java
index a1bf021..0732016 100644 (file)
@@ -5,7 +5,6 @@ import java.io.*;
 import java.net.*;
 import java.util.zip.*;
 import org.ibex.util.*;
-import org.ibex.net.*;
 
 /** plays the role of InputStream, OutputStream, Reader and Writer, with logging and unchecked exceptions */
 public class Stream {