removed unused imports

This commit is contained in:
Basile Burg 2015-01-27 21:26:17 +01:00
parent f4da130df1
commit 1cd9f140e2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import std.stdio, std.getopt, std.string;
import std.array, std.conv, std.traits;
import std.file, std.path, std.range;
// libdparse
import std.d.ast, std.d.lexer, std.d.parser;
import std.d.lexer;
/// Encapsulates the fields of a _TODO comment_.
private struct TodoItem