diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:36:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 19:36:51 -0400 |
commit | 4a28e1765caff97b4c89884b6511a60d009211d8 (patch) | |
tree | c8c733b4c30250b912f9cd804338a065e99474b1 /src/balance.h | |
parent | 19a59079fa1945d56605539dcc75e79cf9549fb2 (diff) | |
download | fork-ledger-4a28e1765caff97b4c89884b6511a60d009211d8.tar.gz fork-ledger-4a28e1765caff97b4c89884b6511a60d009211d8.tar.bz2 fork-ledger-4a28e1765caff97b4c89884b6511a60d009211d8.zip |
Fixed some #include ordering issues.
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/balance.h b/src/balance.h index a0231717..2c4e4993 100644 --- a/src/balance.h +++ b/src/balance.h @@ -49,7 +49,7 @@ #ifndef _BALANCE_H #define _BALANCE_H -#include "amount.h" +#include "commodity.h" namespace ledger { |