diff options
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ledger.h b/ledger.h deleted file mode 100644 index 0046600a..00000000 --- a/ledger.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef _LEDGER_H -#define _LEDGER_H - -////////////////////////////////////////////////////////////////////// -// -// Ledger Accounting Tool -// -// A command-line tool for general double-entry accounting. -// -// Copyright (c) 2003,2004 John Wiegley <johnw@newartisans.com> -// - -#include <amount.h> -#include <balance.h> -#include <value.h> - -#include <journal.h> - -#include <datetime.h> -#include <format.h> -#include <emacs.h> -#include <quotes.h> -#include <valexpr.h> -#include <walk.h> -#include <derive.h> -#include <reconcile.h> -#include <error.h> -#include <option.h> -#include <config.h> - -#include <parser.h> -#include <textual.h> -#include <binary.h> -#include <xml.h> -#include <gnucash.h> -#include <qif.h> -#include <ofx.h> - -#endif // _LEDGER_H |