* src/report/standard-reports/category-barchart.scm: added use-modules.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5615 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-14 17:47:14 +00:00
parent 19616b9573
commit 9f18b776a7

View File

@ -25,10 +25,12 @@
;; depends must be outside module scope -- and should eventually go away.
(define-module (gnucash report category-barchart))
(use-modules (srfi srfi-1))
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(use-modules (ice-9 slib))
(use-modules (gnucash gnc-module))
(require 'printf)
(use-modules (gnucash gnc-module))
(gnc:module-load "gnucash/report/report-system" 0)
;; The option names are defined here to 1. save typing and 2. avoid