summary refs log tree commit diff stats
path: root/compiler/vmprofiler.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/vmprofiler.nim')
-rw-r--r--compiler/vmprofiler.nim6
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: