aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/benchmark.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/benchmark.scm')
-rw-r--r--module/calp/entry-points/benchmark.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/entry-points/benchmark.scm b/module/calp/entry-points/benchmark.scm
index 7706f6f0..851edc59 100644
--- a/module/calp/entry-points/benchmark.scm
+++ b/module/calp/entry-points/benchmark.scm
@@ -1,8 +1,8 @@
(define-module (calp entry-points benchmark)
- :use-module (util)
+ :use-module (calp util)
:use-module (ice-9 getopt-long)
- :use-module (util options)
+ :use-module (calp util options)
:use-module ((srfi srfi-41) :select (stream->list))
:use-module ((vcomponent instance methods) :select (get-event-set))