From a1bc425f1180b5e0dabe821b7b1501d251d3c2e5 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 31 Mar 1998 07:16:49 +0000 Subject: [PATCH] move of enums git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@757 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Account.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/engine/Account.h b/src/engine/Account.h index d89553b594..ade090d4d4 100644 --- a/src/engine/Account.h +++ b/src/engine/Account.h @@ -27,26 +27,9 @@ #define __ACCOUNT_H__ #include "config.h" +#include "AccInfo.h" #include "Transaction.h" -/* The account types. - * Note: the actual values of these are *very* important, - * as it is the values, not the enums, that are stored - * in the file format! - */ -enum { - BANK = 0, - CASH = 1, - ASSET = 2, - CREDIT = 3, - LIABILITY = 4, - STOCK = 5, - MUTUAL= 6, - INCOME = 7, - EXPENSE = 8, - EQUITY = 9, - NUM_ACCOUNT_TYPES = 10 -}; /** PROTOTYPES ******************************************************/