diff d2/qtd/Array.d @ 357:9784459f0750

An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables Q_CLASSINFO implementation Now Qtd can be built on Windows
author Max Samukha <maxter@spambox.com>
date Wed, 02 Jun 2010 19:38:05 +0300
parents 31520b2c0b3c
children
line wrap: on
line diff
--- a/d2/qtd/Array.d	Tue May 25 20:14:04 2010 +0300
+++ b/d2/qtd/Array.d	Wed Jun 02 19:38:05 2010 +0300
@@ -11,10 +11,7 @@
  */
 module qtd.Array;
 
-version (Tango)
-    import tango.stdc.string;
-else
-    import core.stdc.string;
+import core.stdc.string;
 
 void remove(T)(ref T[] haystack, T needle)
 {