summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/value.h b/src/value.h
index b0ac865d..cd539bc2 100644
--- a/src/value.h
+++ b/src/value.h
@@ -46,8 +46,7 @@
* the number 10 to a value object, it's internal type will be
* INTEGER.
*/
-#ifndef INCLUDED_VALUE_H
-#define INCLUDED_VALUE_H
+#pragma once
#include "balance.h" // includes amount.h
#include "mask.h"
@@ -997,5 +996,3 @@ bool sort_value_is_less_than(const std::list<sort_value_t>& left_values,
void put_value(property_tree::ptree& pt, const value_t& value);
} // namespace ledger
-
-#endif // INCLUDED_VALUE_H