cql3: expr: restrictions.hh: protect against double inclusions

Add #pragma once. Right now it's safe as it only has declarations
(which can be repeated), but soon it will have a definition.
This commit is contained in:
Avi Kivity
2023-06-21 19:51:12 +03:00
parent 7302088274
commit 25c351a4f6

View File

@@ -6,6 +6,8 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include "expression.hh"
namespace cql3 {