Fix lint errors
This commit is contained in:
parent
cdadee4610
commit
673ca411b1
20 changed files with 37 additions and 28 deletions
|
|
@ -1,12 +1,11 @@
|
|||
#include "runtime/parser.h"
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "tree_sitter/runtime.h"
|
||||
#include "tree_sitter/parser.h"
|
||||
#include "runtime/tree.h"
|
||||
#include "runtime/lexer.h"
|
||||
#include "runtime/parser.h"
|
||||
#include "runtime/length.h"
|
||||
#include "runtime/debugger.h"
|
||||
|
||||
/*
|
||||
* Debugging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue