summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRyan Gonzalez <rymg19@gmail.com>2015-06-09 15:21:33 -0500
committerRyan Gonzalez <rymg19@gmail.com>2015-06-09 15:21:33 -0500
commitd4d5f95808f0db59dd46a6793fd35d8a32f693fb (patch)
tree1be2ac0653982bd7699c92e46b0d6e0a0108a05c
parent8beed9610640495185e8dce55ca1efe13a7705fd (diff)
downloadNim-d4d5f95808f0db59dd46a6793fd35d8a32f693fb.tar.gz
Remove unnecessary import
-rw-r--r--compiler/extccomp.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim
index ea69f6c25..186a3884d 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