Skip to content

Commit

Permalink
Avoid using relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Feb 17, 2025
1 parent e14188d commit df6bad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/prism/Translator.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef SORBET_PARSER_PRISM_TRANSLATOR_H
#define SORBET_PARSER_PRISM_TRANSLATOR_H

#include "../Node.h" // To clarify: these are Sorbet Parser nodes, not Prism ones.
#include "core/errors/parser.h"
#include "parser/Node.h" // To clarify: these are Sorbet Parser nodes, not Prism ones.
#include "parser/prism/Parser.h"
#include <memory>

Expand Down

0 comments on commit df6bad1

Please sign in to comment.