diff options
author | Ryan Gonzalez <rymg19@gmail.com> | 2015-06-09 15:21:33 -0500 |
---|---|---|
committer | Ryan Gonzalez <rymg19@gmail.com> | 2015-06-09 15:21:33 -0500 |
commit | d4d5f95808f0db59dd46a6793fd35d8a32f693fb (patch) | |
tree | 1be2ac0653982bd7699c92e46b0d6e0a0108a05c | |
parent | 8beed9610640495185e8dce55ca1efe13a7705fd (diff) | |
download | Nim-d4d5f95808f0db59dd46a6793fd35d8a32f693fb.tar.gz |
Remove unnecessary import
-rw-r--r-- | compiler/extccomp.nim | 2 |
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 |