From 5fa8ba12e29f6cadb0ff5542bcc877e39fa87dd3 Mon Sep 17 00:00:00 2001 From: aG0aep6G Date: Mon, 23 Apr 2018 23:39:23 +0200 Subject: [PATCH] merge imports --- std/stdio.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/std/stdio.d b/std/stdio.d index 9f9325556..f5fe984d0 100644 --- a/std/stdio.d +++ b/std/stdio.d @@ -2926,8 +2926,7 @@ is empty, throws an `Exception`. In case of an I/O error throws } else static if (c.sizeof == 2) { - import std.utf : encode; - import std.utf : decodeFront; + import std.utf : decodeFront, encode; if (orientation_ <= 0) {