summary refs log tree commit diff stats
path: root/compiler/transf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/transf.nim')
-rw-r--r--compiler/transf.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/transf.nim b/compiler/transf.nim
index 0435ca322..555583685 100644
--- a/compiler/transf.nim
+++ b/compiler/transf.nim
@@ -20,7 +20,7 @@
 
 import
   options, ast, astalgo, trees, msgs,
-  idents, renderer, types, passes, semfold, magicsys, cgmeth,
+  idents, renderer, types, semfold, magicsys, cgmeth,
   lowerings, injectdestructors, liftlocals,
   modulegraphs, lineinfos