Skip to content

Commit

Permalink
Merge pull request #2718 from 9il/uni
Browse files Browse the repository at this point in the history
std.uni: clean imports
  • Loading branch information
H. S. Teoh committed Nov 14, 2014
2 parents 180e874 + 1f515e0 commit dd61cea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions std/uni.d
Expand Up @@ -652,9 +652,7 @@ module std.uni;

import core.stdc.stdlib;
import std.traits, std.typetuple;
// FIXME
// import std.range.constraints;
import std.range; // : empty, back, front, popBack, popFront, save, isOutputRange, isInputRange, isRandomAccessRange, isForwardRange, isBidirectionalRange, hasLength, walkLength, ElementType, put;
import std.range.constraints;


// debug = std_uni;
Expand Down

0 comments on commit dd61cea

Please sign in to comment.