Skip to content

Commit

Permalink
Fix some imports in git.d
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkline committed Mar 8, 2015
1 parent 0392bba commit c9c1bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import std.algorithm : canFind, filter, splitter;
import std.conv : to;
import std.datetime : Clock, Duration;
import std.exception : enforce;
import std.file : DirEntry;
import std.path : baseName, buildPath, dirEntries, relativePath, readText, SpanMode;
import std.file : dirEntries, DirEntry, readText, SpanMode;
import std.path : baseName, buildPath, relativePath;
import std.process; // : A whole lotta stuff
import std.range : empty, front, back;
import std.stdio : File;
Expand Down

0 comments on commit c9c1bdc

Please sign in to comment.