Remove unnecessary include from runtime spec-helper
This commit is contained in:
parent
fe3be2aa53
commit
a2d817f0f0
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "runtime/runtime_spec_helper.h"
|
||||
#include "runtime/helpers/tree_helpers.h"
|
||||
#include "runtime/tree.h"
|
||||
#include "runtime/length.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue