Skip to content

Commit

Permalink
move typecons import to top of encoding
Browse files Browse the repository at this point in the history
* followup to bom2
  • Loading branch information
burner committed May 2, 2016
1 parent 30587d4 commit 06d7676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/encoding.d
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Distributed under the Boost Software License, Version 1.0.
module std.encoding;

import std.traits;
import std.typecons;
import std.range.primitives;

unittest
Expand Down Expand Up @@ -3362,8 +3363,6 @@ version(unittest)
}
}

import std.typecons;

/** Definitions of common Byte Order Marks.
The elements of the $(D enum) can used as indices into $(D bomTable) to get
matching $(D BOMSeq).
Expand Down

0 comments on commit 06d7676

Please sign in to comment.