Remove rules that don't need to be public from compiler.h

This commit is contained in:
Max Brunsfeld 2014-02-20 23:05:32 -08:00
parent a34da59889
commit 688fe993cf
9 changed files with 64 additions and 47 deletions

View file

@ -1,4 +1,5 @@
#include "tree_sitter/compiler.h"
#include "character_range.h"
#include <string>
namespace tree_sitter {
using std::string;