From ca375cc8af4bb9d3a870dd0ff81e9853be216c87 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:36:12 +0200 Subject: Use #pragma once --- src/token.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/token.h') 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 -- cgit v1.2.3