diff options
Diffstat (limited to 'src/stats.h')
-rw-r--r-- | src/stats.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stats.h b/src/stats.h index c8d7ee4c..7b2bb347 100644 --- a/src/stats.h +++ b/src/stats.h @@ -39,8 +39,8 @@ * * @ingroup report */ -#ifndef _STATS_H -#define _STATS_H +#ifndef INCLUDED_STATS_H +#define INCLUDED_STATS_H #include "value.h" @@ -52,4 +52,4 @@ value_t report_statistics(call_scope_t& scope); } // namespace ledger -#endif // _STATS_H +#endif // INCLUDED_STATS_H |