diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/amount.h b/src/amount.h index fed9a467..d00e4667 100644 --- a/src/amount.h +++ b/src/amount.h @@ -50,8 +50,8 @@ * automatically expanded to include as many extra digits as necessary * to avoid losing information. */ -#ifndef _AMOUNT_H -#define _AMOUNT_H +#ifndef INCLUDED_AMOUNT_H +#define INCLUDED_AMOUNT_H #include "utils.h" #include "times.h" @@ -787,4 +787,4 @@ void put_amount(property_tree::ptree& pt, const amount_t& amt, } // namespace ledger -#endif // _AMOUNT_H +#endif // INCLUDED_AMOUNT_H |