diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format.h b/src/format.h index 48c690be..824be56c 100644 --- a/src/format.h +++ b/src/format.h @@ -39,8 +39,8 @@ * * @ingroup expr */ -#ifndef _FORMAT_H -#define _FORMAT_H +#ifndef INCLUDED_FORMAT_H +#define INCLUDED_FORMAT_H #include "expr.h" #include "unistring.h" @@ -166,4 +166,4 @@ public: } // namespace ledger -#endif // _FORMAT_H +#endif // INCLUDED_FORMAT_H |