diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/account.h b/src/account.h index 15666263..871a3516 100644 --- a/src/account.h +++ b/src/account.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_ACCOUNT_H -#define INCLUDED_ACCOUNT_H +#pragma once #include "scope.h" @@ -304,5 +303,3 @@ struct account_compare { }; } // namespace ledger - -#endif // INCLUDED_ACCOUNT_H |