From d4d5f95808f0db59dd46a6793fd35d8a32f693fb Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Tue, 9 Jun 2015 15:21:33 -0500 Subject: [PATCH] Remove unnecessary import --- compiler/extccomp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index ea69f6c25e..186a3884df 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -13,7 +13,7 @@ # nim files. import - lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, crc, terminal + lists, ropes, os, strutils, osproc, platform, condsyms, options, msgs, crc type TSystemCC* = enum