From 80a57f4332ea553be17fe1448dbeebcbb99cffa5 Mon Sep 17 00:00:00 2001
From: Basile Burg <basile.b@gmx.com>
Date: Thu, 12 May 2022 09:56:58 +0200
Subject: [PATCH] self-import not forbidden in D ?

---
 dexed-d/src/iz.d | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dexed-d/src/iz.d b/dexed-d/src/iz.d
index 899a497e..75eb4dbf 100644
--- a/dexed-d/src/iz.d
+++ b/dexed-d/src/iz.d
@@ -4,8 +4,6 @@ import
     core.stdc.string, core.stdc.stdlib, core.exception, core.lifetime;
 import
     std.traits, std.meta, std.typecons, std.range;
-import
-    iz;
 
 alias Ptr = void*;