From 7ec3c20272a1f1158828e913af0cf971ac67a5af Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 3 Jul 2017 00:47:49 +0200 Subject: [PATCH] Remove deprecated stdc import --- tests/issue0114.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/issue0114.d b/tests/issue0114.d index adc81eb..6404fa9 100644 --- a/tests/issue0114.d +++ b/tests/issue0114.d @@ -1,5 +1,5 @@ private { import std.process; - import std.c.windows.windows; + import core.sys.windows.windows; }