]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - gc/bits.d
Make allocation functions that can fail return bool
[software/dgc/cdgc.git] / gc / bits.d
index e8e926327f3849a8bc6c60aed920c49920cdcb0f..e9ece9bb6aa16db57e0044d836eb215d2d3ddf96 100644 (file)
--- a/gc/bits.d
+++ b/gc/bits.d
@@ -26,9 +26,7 @@
 
 module gc.bits;
 
-import tango.core.BitManip;
-import tango.stdc.string;
-import tango.stdc.stdlib;
+import gc.libc;
 
 private extern (C) void onOutOfMemoryError();