comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/SWTError.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 6dd524f61e62
children 950d84783eac
comparison
equal deleted inserted replaced
5:daf5407a1394 6:f36c67707cb3
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.swt.SWTError; 13 module org.eclipse.swt.SWTError;
14 14
15 import org.eclipse.swt.SWT; 15 import org.eclipse.swt.SWT;
16 16
17 import tango.core.Exception;
18 import tango.io.Stdout; 17 import tango.io.Stdout;
19 import java.lang.all; 18 import java.lang.all;
20 19
21 /** 20 /**
22 * This error is thrown whenever an unrecoverable error 21 * This error is thrown whenever an unrecoverable error