diff options
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/output.h b/src/output.h index efa530e1..c5f5c175 100644 --- a/src/output.h +++ b/src/output.h @@ -39,8 +39,7 @@ * * @ingroup report */ -#ifndef INCLUDED_OUTPUT_H -#define INCLUDED_OUTPUT_H +#pragma once #include "chain.h" #include "predicate.h" @@ -247,5 +246,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_OUTPUT_H |