Removed an unneeded import

This commit is contained in:
Ferdinand Majerech 2014-07-25 17:30:51 +02:00
parent b3ef48f41f
commit f12e0104a6

View file

@ -134,7 +134,6 @@ AppenderNoGCFixed!(E[]) appenderNoGC(A : E[], E)(A array)
struct AppenderNoGCFixed(A : T[], T)
{
import std.array;
import std.traits;
private struct Data
{