diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-04 15:54:13 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-04 15:54:13 -0400 |
commit | fb85292b553010f931f8325f500fb928ffd55227 (patch) | |
tree | 3ab9ba234d59f6c55c090ea2931f20c2f1b9463d /ledger.h | |
parent | 04ca4909f627cbfb3c7d3900c3f61806d33af99f (diff) | |
download | ledger-fb85292b553010f931f8325f500fb928ffd55227.tar.gz ledger-fb85292b553010f931f8325f500fb928ffd55227.tar.bz2 ledger-fb85292b553010f931f8325f500fb928ffd55227.zip |
Changed the #include's in ledger.h so that UnitTests would build again.
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 41 |
1 files changed, 25 insertions, 16 deletions
@@ -41,32 +41,41 @@ // Copyright (c) 2003-2008, John Wiegley <johnw@newartisans.com> // -#include <amount.h> -#include <balance.h> +#include <utils.h> #include <value.h> - -#include <journal.h> - -#include <format.h> -#include <emacs.h> -#include <csv.h> -//#include <quotes.h> #include <expr.h> -#include <walk.h> -#include <derive.h> -#include <reconcile.h> -#include <error.h> +#include <scope.h> +#include <predicate.h> +#include <format.h> #include <option.h> -#include <parser.h> +#include <journal.h> +#include <entry.h> +#include <xact.h> +#include <account.h> +#include <iterators.h> +#include <compare.h> + #include <textual.h> -#include <binary.h> +#include <cache.h> +#include <emacs.h> +#include <qif.h> #include <xml.h> +#include <csv.h> #include <gnucash.h> -#include <qif.h> #include <ofx.h> #include <session.h> #include <report.h> +#include <handler.h> +#include <filters.h> +#include <output.h> +#include <help.h> + +#include <derive.h> +#include <reconcile.h> +#include <quotes.h> + +#include <ledger.h> #endif // _LEDGER_H |