Skip to content

Commit

Permalink
Remove cstream from rdmd
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Oct 4, 2016
1 parent 8d5d7e4 commit fd4ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd.d
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ module temporary;
import std.stdio, std.algorithm, std.array, std.ascii, std.base64,
std.bigint, std.bitmanip,
std.compiler, std.complex, std.concurrency, std.container, std.conv,
std.cstream, std.csv,
std.csv,
std.datetime, std.demangle, std.digest.md, std.encoding, std.exception,
std.file,
std.format, std.functional, std.getopt, std.json,
Expand Down

0 comments on commit fd4ccf3

Please sign in to comment.