diff options
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/error.h b/src/error.h index 3bdcde98..a8378295 100644 --- a/src/error.h +++ b/src/error.h @@ -39,8 +39,8 @@ * * @ingroup util */ -#ifndef _ERROR_H -#define _ERROR_H +#ifndef INCLUDED_ERROR_H +#define INCLUDED_ERROR_H namespace ledger { @@ -102,4 +102,4 @@ struct error_count { } // namespace ledger -#endif // _ERROR_H +#endif // INCLUDED_ERROR_H |