Remove unnecessary import of public header in specs

This commit is contained in:
Max Brunsfeld 2014-09-02 22:17:04 -07:00
parent cc5f1471a8
commit 7d81126df3

View file

@ -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);