summaryrefslogtreecommitdiff
path: root/src/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.h')
-rw-r--r--src/select.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/select.h b/src/select.h
index ea2e3708..2e5b806a 100644
--- a/src/select.h
+++ b/src/select.h
@@ -39,8 +39,8 @@
*
* @ingroup select
*/
-#ifndef _SELECT_H
-#define _SELECT_H
+#ifndef INCLUDED_SELECT_H
+#define INCLUDED_SELECT_H
#include "utils.h"
#include "value.h"
@@ -52,4 +52,4 @@ value_t select_command(call_scope_t& args);
} // namespace ledger
-#endif // _SELECT_H
+#endif // INCLUDED_SELECT_H