summaryrefslogtreecommitdiff
path: root/src/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/convert.h')
-rw-r--r--src/convert.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/convert.h b/src/convert.h
index 220c5108..4b00581a 100644
--- a/src/convert.h
+++ b/src/convert.h
@@ -39,8 +39,7 @@
*
* @ingroup data
*/
-#ifndef INCLUDED_CONVERT_H
-#define INCLUDED_CONVERT_H
+#pragma once
#include "value.h"
@@ -51,5 +50,3 @@ class call_scope_t;
value_t convert_command(call_scope_t& scope);
} // namespace ledger
-
-#endif // INCLUDED_CONVERT_H