diff options
Diffstat (limited to 'src/times.h')
-rw-r--r-- | src/times.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/times.h b/src/times.h index 71ad6e3e..02cb10c1 100644 --- a/src/times.h +++ b/src/times.h @@ -41,8 +41,8 @@ * * @brief datetime_t and date_t objects */ -#ifndef _TIMES_H -#define _TIMES_H +#ifndef INCLUDED_TIMES_H +#define INCLUDED_TIMES_H #include "utils.h" @@ -533,4 +533,4 @@ std::ostream& operator<<(std::ostream& out, const date_duration_t& duration); } // namespace ledger -#endif // _TIMES_H +#endif // INCLUDED_TIMES_H |