From d5eebaa998d797ecea85cac57d6b5709ae64fdf1 Mon Sep 17 00:00:00 2001 From: vityaman Date: Thu, 1 Aug 2024 14:48:41 +0300 Subject: [PATCH] #132 Use pragma once --- ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp b/ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp index 3409392..ace0521 100644 --- a/ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp +++ b/ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp @@ -5,8 +5,7 @@ // Licensed under the MIT License. // -#ifndef CODE_COMPLETION_CORE_HPP -#define CODE_COMPLETION_CORE_HPP +#pragma once #include #include @@ -247,4 +246,3 @@ class CodeCompletionCore { } // namespace c3 -#endif /* CodeCompletionCore_hpp */