Add missing imports.
authorBryce McKinlay <bryce@gcc.gnu.org>
Wed, 12 Jul 2000 21:24:00 +0000 (22:24 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 12 Jul 2000 21:24:00 +0000 (22:24 +0100)
From-SVN: r35002

libjava/java/awt/image/ImageConsumer.java

index e02cb19a4f24e0a8549eab3ea4bdba2f0d8c329b..37214d7b7693cd1b1e4abe5cbfe3e77f63d25659 100644 (file)
@@ -7,6 +7,8 @@ Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
 details.  */
 
 package java.awt.image;
+import java.util.Hashtable;
+import java.awt.ColorModel;
 
 public interface ImageConsumer
 {