diff options
Diffstat (limited to 'src/journal.h')
-rw-r--r-- | src/journal.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/journal.h b/src/journal.h index d576c110..06bcbd4f 100644 --- a/src/journal.h +++ b/src/journal.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_JOURNAL_H -#define INCLUDED_JOURNAL_H +#pragma once #include "utils.h" #include "times.h" @@ -202,5 +201,3 @@ private: }; } // namespace ledger - -#endif // INCLUDED_JOURNAL_H |