diff options
Diffstat (limited to 'src/stats.h')
-rw-r--r-- | src/stats.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/stats.h b/src/stats.h index 7ea4f7b0..6912762d 100644 --- a/src/stats.h +++ b/src/stats.h @@ -39,8 +39,7 @@ * * @ingroup report */ -#ifndef INCLUDED_STATS_H -#define INCLUDED_STATS_H +#pragma once #include "value.h" @@ -51,5 +50,3 @@ class call_scope_t; value_t report_statistics(call_scope_t& scope); } // namespace ledger - -#endif // INCLUDED_STATS_H |