diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commodity.h b/src/commodity.h index 5060102d..ee73a31a 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -44,8 +44,8 @@ * This file contains one of the most basic types in Ledger: * commodity_t, and its annotated cousin, annotated_commodity_t. */ -#ifndef _COMMODITY_H -#define _COMMODITY_H +#ifndef INCLUDED_COMMODITY_H +#define INCLUDED_COMMODITY_H #include "expr.h" @@ -300,4 +300,4 @@ struct commodity_compare { } // namespace ledger -#endif // _COMMODITY_H +#endif // INCLUDED_COMMODITY_H |