From 7d81126df3f23215be64df72bb5390f9e845f3dd Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 2 Sep 2014 22:17:04 -0700 Subject: [PATCH] Remove unnecessary import of public header in specs --- spec/runtime/helpers/tree_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/runtime/helpers/tree_helpers.h b/spec/runtime/helpers/tree_helpers.h index 34fbdc92..fc0e5773 100644 --- a/spec/runtime/helpers/tree_helpers.h +++ b/spec/runtime/helpers/tree_helpers.h @@ -1,7 +1,7 @@ #ifndef HELPERS_TREE_HELPERS_H_ #define HELPERS_TREE_HELPERS_H_ -#include "tree_sitter/parser.h" +#include "runtime/tree.h" #include TSTree ** tree_array(std::vector trees);