diff --git a/source/dub/compilers/compiler.d b/source/dub/compilers/compiler.d index 3ecda83..f03b08f 100644 --- a/source/dub/compilers/compiler.d +++ b/source/dub/compilers/compiler.d @@ -11,14 +11,11 @@ public import dub.dependency : Dependency; public import dub.platform : BuildPlatform, matchesSpecification; -import dub.internal.vibecompat.core.file; import dub.internal.vibecompat.core.log; -import dub.internal.vibecompat.data.json; import dub.internal.vibecompat.inet.path; import std.algorithm; import std.array; -import std.conv; import std.exception; import std.process;