Skip to content

Commit b1cefd1

Browse files
refactor(parser): remove unnecessary allocator include from symbol.hxx
1 parent 30ca787 commit b1cefd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wheel_parser/include/wheel_parser/ast/symbol.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <unordered_map>
99
#include <utility>
1010
#include "wheel_parser/config.hxx"
11-
#include "wheel_parser/allocator.hxx"
1211

1312
WHEEL_PARSER_AST_NAMESPACE
1413
using SymbolID = uint32_t;

0 commit comments

Comments
 (0)