Remove unnecessary include from runtime spec-helper

This commit is contained in:
Max Brunsfeld 2015-09-09 12:59:27 -07:00
parent fe3be2aa53
commit a2d817f0f0
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -1,4 +1,5 @@
#include "runtime/runtime_spec_helper.h"
#include "runtime/helpers/tree_helpers.h"
#include "runtime/tree.h"
#include "runtime/length.h"