Update include paths to not reference 'runtime' directory
This commit is contained in:
parent
47607cecf4
commit
dd416b0955
22 changed files with 82 additions and 82 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "runtime/language.h"
|
||||
#include "runtime/subtree.h"
|
||||
#include "runtime/error_costs.h"
|
||||
#include "./language.h"
|
||||
#include "./subtree.h"
|
||||
#include "./error_costs.h"
|
||||
#include <string.h>
|
||||
|
||||
void ts_language_table_entry(const TSLanguage *self, TSStateId state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue