diff options
Diffstat (limited to 'src/compare.h')
-rw-r--r-- | src/compare.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compare.h b/src/compare.h index f1b6b9b3..2da73b26 100644 --- a/src/compare.h +++ b/src/compare.h @@ -39,8 +39,8 @@ * * @ingroup data */ -#ifndef _COMPARE_H -#define _COMPARE_H +#ifndef INCLUDED_COMPARE_H +#define INCLUDED_COMPARE_H #include "expr.h" @@ -97,4 +97,4 @@ bool compare_items<account_t>::operator()(account_t * left, } // namespace ledger -#endif // _COMPARE_H +#endif // INCLUDED_COMPARE_H |