summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/token.h b/src/token.h
index 2efd3517..2848a616 100644
--- a/src/token.h
+++ b/src/token.h
@@ -39,8 +39,7 @@
*
* @ingroup expr
*/
-#ifndef INCLUDED_TOKEN_H
-#define INCLUDED_TOKEN_H
+#pragma once
#include "expr.h"
@@ -134,5 +133,3 @@ std::ostream& operator<<(std::ostream& out, const expr_t::token_t::kind_t& kind)
std::ostream& operator<<(std::ostream& out, const expr_t::token_t& token);
} // namespace ledger
-
-#endif // INCLUDED_TOKEN_H