aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/xcal/output.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:09:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:09:46 +0200
commit051edf0de9f1dd39269b6ecdf1c5e534023dd8e4 (patch)
tree6a93dc2a7bc3f30d95c567b3f2ff299eef4b5392 /module/vcomponent/xcal/output.scm
parentStart moving stuff out from output. (diff)
downloadcalp-051edf0de9f1dd39269b6ecdf1c5e534023dd8e4.tar.gz
calp-051edf0de9f1dd39269b6ecdf1c5e534023dd8e4.tar.xz
Got type files out of output.
Diffstat (limited to 'module/vcomponent/xcal/output.scm')
-rw-r--r--module/vcomponent/xcal/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/xcal/output.scm b/module/vcomponent/xcal/output.scm
index a689b2cf..4aa68b00 100644
--- a/module/vcomponent/xcal/output.scm
+++ b/module/vcomponent/xcal/output.scm
@@ -3,7 +3,7 @@
:use-module (util exceptions)
:use-module (vcomponent)
:use-module (vcomponent geo)
- :use-module (output sxml-types)
+ :use-module (vcomponent xcal types)
:use-module (ice-9 match)
:use-module (output common)
:use-module (datetime)