diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context.h b/src/context.h index bf97feb5..876fce29 100644 --- a/src/context.h +++ b/src/context.h @@ -39,8 +39,8 @@ * * @ingroup data */ -#ifndef _CONTEXT_H -#define _CONTEXT_H +#ifndef INCLUDED_CONTEXT_H +#define INCLUDED_CONTEXT_H #include "utils.h" #include "times.h" @@ -167,4 +167,4 @@ public: } // namespace ledger -#endif // _CONTEXT_H +#endif // INCLUDED_CONTEXT_H |