diff options
Diffstat (limited to 'compiler/vmprofiler.nim')
-rw-r--r-- | compiler/vmprofiler.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/vmprofiler.nim b/compiler/vmprofiler.nim index edbd71813..3f0db84bd 100644 --- a/compiler/vmprofiler.nim +++ b/compiler/vmprofiler.nim @@ -1,7 +1,7 @@ -import - options, vmdef, times, lineinfos, strutils, tables, - msgs +import options, vmdef, lineinfos, msgs + +import std/[times, strutils, tables] proc enter*(prof: var Profiler, c: PCtx, tos: PStackFrame) {.inline.} = if optProfileVM in c.config.globalOptions: |