Fix network.inet release build

This commit is contained in:
Eugen Wissner 2017-04-04 08:36:42 +02:00
parent bc2a6d2703
commit 9b953198fa
1 changed files with 1 additions and 7 deletions

View File

@ -12,18 +12,12 @@
*/
module tanya.network.inet;
import std.math;
import std.range.primitives;
import std.traits;
version (assert)
{
import std.math;
}
version (unittest)
{
import std.math;
version (Windows)
{
import core.sys.windows.winsock2;