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 committed Dec 19, 2023
1 parent f3198a1 commit 5afba0d
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.logging;

Expand Down

0 comments on commit 5afba0d

Please sign in to comment.