Reorganize runtime header files
This commit is contained in:
parent
fb1ef60f7d
commit
dbbb446082
12 changed files with 77 additions and 103 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "document.h"
|
||||
#include "runtime.h"
|
||||
|
||||
struct TSDocument {
|
||||
TSParseFn *parse_fn;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "parse_config.h"
|
||||
#include "runtime.h"
|
||||
#include <string>
|
||||
|
||||
using std::string;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "tree.h"
|
||||
#include "runtime.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue