summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-01-09 19:52:39 +0100
committerEugen Wissner <belka@caraus.de>2017-01-09 19:52:39 +0100
commit999c9bdb0f8e8c4a91f12dac6f3281efbe66e197 (patch)
tree595409c185c7be346c55cf40658836af4aac5d2d /source
parent405b6d9f9f5a6ae539888abf1ec11e99522c05f6 (diff)
downloadtanya-999c9bdb0f8e8c4a91f12dac6f3281efbe66e197.tar.gz
Vector: remove core.stdc.string import
Diffstat (limited to 'source')
-rw-r--r--source/tanya/container/vector.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/tanya/container/vector.d b/source/tanya/container/vector.d
index 784429a..b37e970 100644
--- a/source/tanya/container/vector.d
+++ b/source/tanya/container/vector.d
@@ -12,7 +12,6 @@ module tanya.container.vector;
import core.checkedint;
import core.exception;
-import core.stdc.string;
import std.algorithm.comparison;
import std.algorithm.mutation;
import std.conv;