diff options
Diffstat (limited to 'src/views.h')
-rw-r--r-- | src/views.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/views.h b/src/views.h index 7ced3ce9..9e8bc7c0 100644 --- a/src/views.h +++ b/src/views.h @@ -39,8 +39,7 @@ * * @ingroup views */ -#ifndef INCLUDED_VIEWS_H -#define INCLUDED_VIEWS_H +#pragma once #include "utils.h" @@ -453,5 +452,3 @@ void populate_journal(r_journal_ptr journal, report_t& report, } // namespace ledger #endif /* DOCUMENT_MODEL */ - -#endif // INCLUDED_VIEWS_H |