aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src/std/windows
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/src/std/windows')
-rw-r--r--libphobos/src/std/windows/syserror.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/libphobos/src/std/windows/syserror.d b/libphobos/src/std/windows/syserror.d
index 3d8c5e7..dadf0e8 100644
--- a/libphobos/src/std/windows/syserror.d
+++ b/libphobos/src/std/windows/syserror.d
@@ -69,7 +69,6 @@ import core.sys.windows.winbase, core.sys.windows.winnt;
import std.array : appender, Appender;
import std.conv : to, toTextRange, text;
import std.exception;
-import std.windows.charset;
string sysErrorString(
DWORD errCode,