Remove deprecated stdc import

This commit is contained in:
Sebastian Wilzbach 2017-07-03 00:47:49 +02:00
parent fef85e388a
commit 7ec3c20272
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
private
{
import std.process;
import std.c.windows.windows;
import core.sys.windows.windows;
}