merge imports

This commit is contained in:
aG0aep6G 2018-04-23 23:39:23 +02:00
parent bf1b4db8a3
commit 5fa8ba12e2

View file

@ -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)
{