diff --git a/bindings/d/import/dsfml/graphics/idrawable.d b/bindings/d/import/dsfml/graphics/idrawable.d index 9047b95a3..a96dbcbf9 100644 --- a/bindings/d/import/dsfml/graphics/idrawable.d +++ b/bindings/d/import/dsfml/graphics/idrawable.d @@ -31,8 +31,6 @@ import dsfml.system.vector; import dsfml.graphics.irendertarget; import dsfml.graphics.color, dsfml.graphics.blendmode, - dsfml.graphics.renderwindow, - dsfml.graphics.renderimage, dsfml.graphics.shader; diff --git a/bindings/d/import/dsfml/graphics/renderwindow.d b/bindings/d/import/dsfml/graphics/renderwindow.d index 7084de5c6..fa23631c7 100644 --- a/bindings/d/import/dsfml/graphics/renderwindow.d +++ b/bindings/d/import/dsfml/graphics/renderwindow.d @@ -27,9 +27,6 @@ module dsfml.graphics.renderwindow; import dsfml.graphics.color, - dsfml.graphics.sprite, - dsfml.graphics.shape, - dsfml.graphics.text, dsfml.graphics.rect, dsfml.graphics.shader, dsfml.graphics.view,