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,8 +1,8 @@
|
|||
#include "runtime/get_changed_ranges.h"
|
||||
#include "runtime/subtree.h"
|
||||
#include "runtime/language.h"
|
||||
#include "runtime/error_costs.h"
|
||||
#include "runtime/tree_cursor.h"
|
||||
#include "./get_changed_ranges.h"
|
||||
#include "./subtree.h"
|
||||
#include "./language.h"
|
||||
#include "./error_costs.h"
|
||||
#include "./tree_cursor.h"
|
||||
#include <assert.h>
|
||||
|
||||
// #define DEBUG_GET_CHANGED_RANGES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue