summaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chain.h b/src/chain.h
index ff891238..c5d243dc 100644
--- a/src/chain.h
+++ b/src/chain.h
@@ -39,8 +39,8 @@
*
* @ingroup report
*/
-#ifndef _CHAIN_H
-#define _CHAIN_H
+#ifndef INCLUDED_CHAIN_H
+#define INCLUDED_CHAIN_H
#include "utils.h"
@@ -113,4 +113,4 @@ chain_handlers(post_handler_ptr handler,
} // namespace ledger
-#endif // _CHAIN_H
+#endif // INCLUDED_CHAIN_H