diff options
Diffstat (limited to 'src/convert.h')
-rw-r--r-- | src/convert.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/convert.h b/src/convert.h index e27b5872..3904d84b 100644 --- a/src/convert.h +++ b/src/convert.h @@ -39,8 +39,8 @@ * * @ingroup data */ -#ifndef _CONVERT_H -#define _CONVERT_H +#ifndef INCLUDED_CONVERT_H +#define INCLUDED_CONVERT_H #include "value.h" @@ -52,4 +52,4 @@ value_t convert_command(call_scope_t& scope); } // namespace ledger -#endif // _CONVERT_H +#endif // INCLUDED_CONVERT_H |