summaryrefslogtreecommitdiff
path: root/middle/tanya/memory/smartref.d
diff options
context:
space:
mode:
Diffstat (limited to 'middle/tanya/memory/smartref.d')
-rw-r--r--middle/tanya/memory/smartref.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/middle/tanya/memory/smartref.d b/middle/tanya/memory/smartref.d
index 59ac3af..6134a04 100644
--- a/middle/tanya/memory/smartref.d
+++ b/middle/tanya/memory/smartref.d
@@ -23,10 +23,10 @@
*/
module tanya.memory.smartref;
-import std.traits : isPointer, isAbstractClass, isAssociativeArray, isDynamicArray, isArray;
+import std.traits;
import tanya.memory.allocator;
import tanya.memory.lifetime;
-import tanya.meta.trait;
+import tanya.meta;
private template Payload(T)
{