Remove unnecessary import of public header in specs
This commit is contained in:
parent
cc5f1471a8
commit
7d81126df3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef HELPERS_TREE_HELPERS_H_
|
||||
#define HELPERS_TREE_HELPERS_H_
|
||||
|
||||
#include "tree_sitter/parser.h"
|
||||
#include "runtime/tree.h"
|
||||
#include <vector>
|
||||
|
||||
TSTree ** tree_array(std::vector<TSTree *> trees);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue