Make paths explicit in #includes
This commit is contained in:
parent
c0add4d017
commit
eb30429700
59 changed files with 191 additions and 188 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include "repeat.h"
|
||||
#include "visitor.h"
|
||||
|
||||
using std::string;
|
||||
#include "compiler/rules/repeat.h"
|
||||
#include "compiler/rules/visitor.h"
|
||||
|
||||
namespace tree_sitter {
|
||||
using std::string;
|
||||
|
||||
namespace rules {
|
||||
Repeat::Repeat(const rule_ptr content) : content(content) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue