comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/PngInputStream.d @ 6:f36c67707cb3

Removed import to tango.core.Exception
author Frank Benoit <benoit@tionex.de>
date Thu, 05 Mar 2009 00:18:47 +0100
parents 6bf2837c50fe
children d46287db17ed
comparison
equal deleted inserted replaced
5:daf5407a1394 6:f36c67707cb3
16 import java.lang.System; 16 import java.lang.System;
17 import org.eclipse.swt.internal.image.PngIdatChunk; 17 import org.eclipse.swt.internal.image.PngIdatChunk;
18 import org.eclipse.swt.internal.image.PngChunkReader; 18 import org.eclipse.swt.internal.image.PngChunkReader;
19 import org.eclipse.swt.internal.image.PngChunk; 19 import org.eclipse.swt.internal.image.PngChunk;
20 20
21 import tango.core.Exception;
22 import java.lang.all; 21 import java.lang.all;
23 22
24 public class PngInputStream : InputStream { 23 public class PngInputStream : InputStream {
25 24
26 alias InputStream.read read; 25 alias InputStream.read read;