Fix lint errors

This commit is contained in:
Max Brunsfeld 2015-09-19 13:19:49 -07:00
parent cdadee4610
commit 673ca411b1
20 changed files with 37 additions and 28 deletions

View file

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