* src/engine/engine.scm: added use-modules.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5603 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-14 17:43:23 +00:00
parent 94fa685ae1
commit 9a93f53128

View File

@ -1,4 +1,5 @@
(define-module (gnucash engine))
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(use-modules (g-wrapped gw-engine))
(use-modules (g-wrapped gw-runtime))