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/suggest.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/suggest.nim') diff --git a/compiler/suggest.nim b/compiler/suggest.nim index 9e738e8a6..2f92825c0 100644 --- a/compiler/suggest.nim +++ b/compiler/suggest.nim @@ -32,11 +32,11 @@ # included from sigmatch.nim -import algorithm, prefixmatches, lineinfos, pathutils, parseutils, linter +import algorithm, prefixmatches, lineinfos, parseutils, linter from wordrecg import wDeprecated, wError, wAddr, wYield, specialWords when defined(nimsuggest): - import passes, tables # importer + import passes, tables, pathutils # importer const sep = '\t' -- cgit 1.4.1-2-gfad0