Skip to content

Commit

Permalink
Merge pull request #1640 from blackwhale/fix-dep
Browse files Browse the repository at this point in the history
Remove useless dependency on std.regex in std.string
  • Loading branch information
dnadlinger committed Oct 15, 2013
2 parents b7982f7 + 65e74d0 commit 061959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/string.d
Expand Up @@ -29,7 +29,7 @@ debug(string) import core.stdc.stdio;
import core.exception : RangeError, onRangeError;
import core.vararg, core.stdc.stdlib, core.stdc.string,
std.algorithm, std.ascii, std.conv, std.exception, std.format, std.functional,
std.range, std.regex, std.traits,
std.range, std.traits,
std.typecons, std.typetuple, std.uni, std.utf;

//Remove when repeat is finally removed. They're only here as part of the
Expand Down

0 comments on commit 061959b

Please sign in to comment.