diff options
Diffstat (limited to 'src/print.h')
-rw-r--r-- | src/print.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/print.h b/src/print.h index 902fcd9a..1da74493 100644 --- a/src/print.h +++ b/src/print.h @@ -39,8 +39,8 @@ * * @ingroup data */ -#ifndef _PRINT_H -#define _PRINT_H +#ifndef INCLUDED_PRINT_H +#define INCLUDED_PRINT_H #include "chain.h" #include "predicate.h" @@ -88,4 +88,4 @@ public: } // namespace ledger -#endif // _PRINT_H +#endif // INCLUDED_PRINT_H |