diff options
Diffstat (limited to 'compiler/service.nim')
-rw-r--r-- | compiler/service.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/service.nim b/compiler/service.nim index c31a0eb21..defdbceb7 100644 --- a/compiler/service.nim +++ b/compiler/service.nim @@ -12,7 +12,7 @@ import sockets, times, commands, options, msgs, nimconf, - extccomp, strutils, os, platform, main, parseopt + extccomp, strutils, os, platform, parseopt # We cache modules and the dependency graph. However, we don't check for # file changes but expect the client to tell us about them, otherwise the |