summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/value.h b/src/value.h
index e44f9354..cd05c874 100644
--- a/src/value.h
+++ b/src/value.h
@@ -46,8 +46,8 @@
* the number 10 to a value object, it's internal type will be
* INTEGER.
*/
-#ifndef _VALUE_H
-#define _VALUE_H
+#ifndef INCLUDED_VALUE_H
+#define INCLUDED_VALUE_H
#include "balance.h" // includes amount.h
#include "mask.h"
@@ -998,4 +998,4 @@ void put_value(property_tree::ptree& pt, const value_t& value);
} // namespace ledger
-#endif // _VALUE_H
+#endif // INCLUDED_VALUE_H