mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
reduce another import (only needed for tests)
This commit is contained in:
parent
4447ff98ac
commit
ceb2539352
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ module std.algorithm;
|
|||
import std.c.string;
|
||||
import std.array, std.ascii, std.container, std.conv, std.exception,
|
||||
std.functional, std.math, std.metastrings, std.range, std.string,
|
||||
std.traits, std.typecons, std.typetuple, std.stdio, std.uni;
|
||||
std.traits, std.typecons, std.typetuple, std.uni;
|
||||
|
||||
version(unittest)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue