Skip to content

Commit

Permalink
connection imports only enforceEx
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Feb 4, 2016
1 parent 1121c65 commit a371771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpq2/connection.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import derelict.pq.pq;

import std.conv: to;
import std.string: toStringz;
import std.exception;
import std.exception: enforceEx;
import std.range;
import core.exception;

Expand Down

0 comments on commit a371771

Please sign in to comment.