From 07d465ca42c98c07dedee0d4834afae5c87702da Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 18 Jul 2019 00:36:03 +0200 Subject: [refactoring] remove unused imports in the compiler and in some stdlib modules --- compiler/main.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'compiler/main.nim') diff --git a/compiler/main.nim b/compiler/main.nim index 460fd90c7..ce80af36d 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -13,12 +13,12 @@ when not defined(nimcore): {.error: "nimcore MUST be defined for Nim's core tooling".} import - llstream, strutils, ast, astalgo, lexer, syntaxes, renderer, options, msgs, - os, condsyms, times, - wordrecg, sem, semdata, idents, passes, extccomp, + llstream, strutils, ast, lexer, syntaxes, options, msgs, + condsyms, times, + sem, idents, passes, extccomp, cgen, json, nversion, - platform, nimconf, importer, passaux, depends, vm, vmdef, types, idgen, - parser, modules, ccgutils, sigmatch, ropes, + platform, nimconf, passaux, depends, vm, idgen, + parser, modules, modulegraphs, tables, rod, lineinfos, pathutils when not defined(leanCompiler): -- cgit 1.4.1-2-gfad0