diff options
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/error.h b/src/error.h index b21f3cdc..63d729d4 100644 --- a/src/error.h +++ b/src/error.h @@ -39,8 +39,7 @@ * * @ingroup util */ -#ifndef INCLUDED_ERROR_H -#define INCLUDED_ERROR_H +#pragma once namespace ledger { @@ -101,5 +100,3 @@ struct error_count { }; } // namespace ledger - -#endif // INCLUDED_ERROR_H |