Skip to content

Commit

Permalink
Removed global std.exception import from std.experimental.allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed Jul 4, 2016
1 parent 3f618f2 commit 9e75dd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions std/experimental/allocator/package.d
Expand Up @@ -236,8 +236,9 @@ unittest
tuMalloc.deallocate(c);
}

import std.exception, std.range.primitives, std.traits,
std.typecons;
import std.range.primitives;
import std.traits;
import std.typecons;
version(unittest) import std.random, std.stdio;

/**
Expand Down

0 comments on commit 9e75dd0

Please sign in to comment.