diff options
Diffstat (limited to 'src/token.h')
-rw-r--r-- | src/token.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/token.h b/src/token.h index db592475..f27c0f68 100644 --- a/src/token.h +++ b/src/token.h @@ -39,8 +39,8 @@ * * @ingroup expr */ -#ifndef _TOKEN_H -#define _TOKEN_H +#ifndef INCLUDED_TOKEN_H +#define INCLUDED_TOKEN_H #include "expr.h" @@ -135,4 +135,4 @@ std::ostream& operator<<(std::ostream& out, const expr_t::token_t& token); } // namespace ledger -#endif // _TOKEN_H +#endif // INCLUDED_TOKEN_H |