Update include paths to not reference 'runtime' directory

This commit is contained in:
Max Brunsfeld 2019-01-04 17:33:34 -08:00
parent 47607cecf4
commit dd416b0955
22 changed files with 82 additions and 82 deletions

View file

@ -1,7 +1,7 @@
#include <stdbool.h>
#include "runtime/subtree.h"
#include "runtime/tree.h"
#include "runtime/language.h"
#include "./subtree.h"
#include "./tree.h"
#include "./language.h"
typedef struct {
Subtree parent;