diff options
Diffstat (limited to 'src/scope.h')
-rw-r--r-- | src/scope.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/scope.h b/src/scope.h index f9243962..ab7d03c9 100644 --- a/src/scope.h +++ b/src/scope.h @@ -39,8 +39,7 @@ * * @ingroup expr */ -#ifndef INCLUDED_SCOPE_H -#define INCLUDED_SCOPE_H +#pragma once #include "op.h" @@ -616,5 +615,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_SCOPE_H |