diff options
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/output.h b/src/output.h index f7dd98b8..3b820918 100644 --- a/src/output.h +++ b/src/output.h @@ -39,8 +39,8 @@ * * @ingroup report */ -#ifndef _OUTPUT_H -#define _OUTPUT_H +#ifndef INCLUDED_OUTPUT_H +#define INCLUDED_OUTPUT_H #include "chain.h" #include "predicate.h" @@ -248,4 +248,4 @@ public: } // namespace ledger -#endif // _OUTPUT_H +#endif // INCLUDED_OUTPUT_H |