Skip to content

Commit

Permalink
Trivial: Remove dead imports from dub.dependency
Browse files Browse the repository at this point in the history
This module is not performing any IO besides logging,
and doesn't use package_ or utils.
  • Loading branch information
Geod24 authored and dlang-bot committed Dec 19, 2023
1 parent a0d80e8 commit 97918ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/dub/dependency.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
*/
module dub.dependency;

import dub.internal.utils;
import dub.internal.vibecompat.core.file;
import dub.internal.vibecompat.data.json;
import dub.internal.vibecompat.inet.path;
import dub.package_;
import dub.semver;

import dub.internal.dyaml.stdsumtype;
Expand Down

0 comments on commit 97918ea

Please sign in to comment.