Skip to content

Commit

Permalink
#132 Use pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Aug 1, 2024
1 parent 8a1ed14 commit d5eebaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 @@ -247,4 +246,3 @@ class CodeCompletionCore {

} // namespace c3

#endif /* CodeCompletionCore_hpp */

0 comments on commit d5eebaa

Please sign in to comment.