diff options
Diffstat (limited to 'compiler/plugins/active.nim')
-rw-r--r-- | compiler/plugins/active.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/plugins/active.nim b/compiler/plugins/active.nim index 7b6411178..5da623e49 100644 --- a/compiler/plugins/active.nim +++ b/compiler/plugins/active.nim @@ -10,4 +10,4 @@ ## Include file that imports all plugins that are active. import - locals.locals, itersgen + locals / locals, itersgen |