Skip to content

Commit

Permalink
#132 Use pragma once
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
  • Loading branch information
vityaman authored and mike-lischke committed Aug 1, 2024
1 parent 8b7923a commit f3e8999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ports/cpp/source/antlr4-c3/CodeCompletionCore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// Licensed under the MIT License.
//

#ifndef CODE_COMPLETION_CORE_HPP
#define CODE_COMPLETION_CORE_HPP
#pragma once

#include <Parser.h>
#include <ParserRuleContext.h>
Expand Down Expand Up @@ -246,5 +245,3 @@ class CodeCompletionCore {
};

} // namespace c3

#endif /* CodeCompletionCore_hpp */

0 comments on commit f3e8999

Please sign in to comment.