summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/item.h b/src/item.h
index 51539eff..e053abf0 100644
--- a/src/item.h
+++ b/src/item.h
@@ -39,8 +39,8 @@
*
* @ingroup data
*/
-#ifndef _ITEM_H
-#define _ITEM_H
+#ifndef INCLUDED_ITEM_H
+#define INCLUDED_ITEM_H
#include "scope.h"
@@ -215,4 +215,4 @@ void put_metadata(property_tree::ptree& pt, const item_t::string_map& metadat
} // namespace ledger
-#endif // _ITEM_H
+#endif // INCLUDED_ITEM_H