Skip to content

Commit

Permalink
Removed package wide std.algorithm imports from std.datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed Jul 18, 2016
1 parent f9397c7 commit 68c004d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/datetime.d
Original file line number Diff line number Diff line change
Expand Up @@ -28137,7 +28137,8 @@ public:
return PosixTimeZone.getInstalledTZNames(subName);
else version(Windows)
{
import std.algorithm : startsWith, sort;
import std.algorithm.searching : startsWith;
import std.algorithm.sorting : sort;
import std.array : appender;
import std.format : format;

Expand Down

0 comments on commit 68c004d

Please sign in to comment.