diff options
Diffstat (limited to 'src/emacs.h')
-rw-r--r-- | src/emacs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/emacs.h b/src/emacs.h index 957f5be9..4cf46e6b 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -39,8 +39,7 @@ * * @ingroup report */ -#ifndef INCLUDED_EMACS_H -#define INCLUDED_EMACS_H +#pragma once #include "chain.h" @@ -76,5 +75,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_EMACS_H |