diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-31 15:43:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-31 15:43:10 -0400 |
commit | 88a54b6c0bbc5769e577b7d6db8f8b7bc04a9f4f (patch) | |
tree | 6995cf2006e57ed959c6fb47a4b729af59efc6f3 /src/ledger.h | |
parent | 90404e85fa222bf11a8d338a659c1395d82c4c31 (diff) | |
download | ledger-88a54b6c0bbc5769e577b7d6db8f8b7bc04a9f4f.tar.gz ledger-88a54b6c0bbc5769e577b7d6db8f8b7bc04a9f4f.tar.bz2 ledger-88a54b6c0bbc5769e577b7d6db8f8b7bc04a9f4f.zip |
Fixed the list of includes in ledger.h.
Diffstat (limited to 'src/ledger.h')
-rw-r--r-- | src/ledger.h | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/src/ledger.h b/src/ledger.h index 5228c4b9..7c7bcef3 100644 --- a/src/ledger.h +++ b/src/ledger.h @@ -54,42 +54,33 @@ // // Copyright (c) 2003-2009, John Wiegley <johnw@newartisans.com> // +// @mainpage jww (2009-01-31): Something should go here. #include <utils.h> + #include <value.h> + #include <expr.h> -#include <scope.h> -#include <predicate.h> -#include <format.h> -#include <option.h> #include <journal.h> -#include <entry.h> -#include <xact.h> -#include <account.h> #include <iterators.h> #include <compare.h> #include <textual.h> #include <cache.h> -#include <emacs.h> -#include <qif.h> #include <xml.h> #include <csv.h> +#include <emacs.h> +#include <qif.h> #include <gnucash.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 |