From a2d817f0f0cf21a7ef2b5752df407f978f5f213e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 9 Sep 2015 12:59:27 -0700 Subject: [PATCH] Remove unnecessary include from runtime spec-helper --- spec/runtime/runtime_spec_helper.h | 1 - spec/runtime/tree_spec.cc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/runtime/runtime_spec_helper.h b/spec/runtime/runtime_spec_helper.h index dbdd743c..e3262b2b 100644 --- a/spec/runtime/runtime_spec_helper.h +++ b/spec/runtime/runtime_spec_helper.h @@ -3,7 +3,6 @@ #include "bandit/bandit.h" #include "tree_sitter/runtime.h" -#include "runtime/helpers/tree_helpers.h" using namespace std; using namespace bandit; diff --git a/spec/runtime/tree_spec.cc b/spec/runtime/tree_spec.cc index c1133f57..d82c5ef8 100644 --- a/spec/runtime/tree_spec.cc +++ b/spec/runtime/tree_spec.cc @@ -1,4 +1,5 @@ #include "runtime/runtime_spec_helper.h" +#include "runtime/helpers/tree_helpers.h" #include "runtime/tree.h" #include "runtime/length.h"