Add missing imports.

From-SVN: r35002
This commit is contained in:
Bryce McKinlay 2000-07-12 22:24:00 +01:00
parent 6ae3fb6650
commit d55bb5be91
1 changed files with 2 additions and 0 deletions

View 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
{