Put public headers in tree_sitter directory

This commit is contained in:
Max Brunsfeld 2014-02-17 12:53:57 -08:00
parent 84b8addb63
commit d09fa910ef
25 changed files with 45 additions and 35 deletions

View file

@ -2,7 +2,7 @@
#include "first_set.h"
#include "rule_transitions.h"
#include "rule_can_be_blank.h"
#include "compiler.h"
#include "tree_sitter/compiler.h"
namespace tree_sitter {
using std::set;