diff options
Diffstat (limited to 'src/emacs.h')
-rw-r--r-- | src/emacs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emacs.h b/src/emacs.h index 6e428613..a263f498 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -39,8 +39,8 @@ * * @ingroup report */ -#ifndef _EMACS_H -#define _EMACS_H +#ifndef INCLUDED_EMACS_H +#define INCLUDED_EMACS_H #include "chain.h" @@ -77,4 +77,4 @@ public: } // namespace ledger -#endif // _REPORT_H +#endif // INCLUDED_EMACS_H |