From 0ce4e986fcd5af430d9f7bfdd625da7a58a1527e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 4 Feb 2020 17:10:57 -0500 Subject: imports related, mostly cosmetic --- src/doc_reform/io_out/html.d | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/doc_reform/io_out/html.d') diff --git a/src/doc_reform/io_out/html.d b/src/doc_reform/io_out/html.d index ee530ca..6a15614 100644 --- a/src/doc_reform/io_out/html.d +++ b/src/doc_reform/io_out/html.d @@ -1,14 +1,12 @@ module doc_reform.io_out.html; template outputHTML() { - import doc_reform.io_out; import - std.digest.sha, std.file, std.outbuffer, std.uri, - std.zip, std.conv : to; import + doc_reform.io_out, doc_reform.io_out.create_zip_file, doc_reform.io_out.xmls, doc_reform.io_out.xmls_css; -- cgit v1.2.3