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
|
|
@ -7,9 +7,9 @@ extern "C" {
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include "runtime/length.h"
|
||||
#include "runtime/array.h"
|
||||
#include "runtime/error_costs.h"
|
||||
#include "./length.h"
|
||||
#include "./array.h"
|
||||
#include "./error_costs.h"
|
||||
#include "tree_sitter/runtime.h"
|
||||
#include "tree_sitter/parser.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue