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