diff options
Diffstat (limited to 'src/compile/functions.c')
| -rw-r--r-- | src/compile/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/functions.c b/src/compile/functions.c index b01f599b..fdde7cfe 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -13,8 +13,8 @@ #include "../stdlib/util.h" #include "../typecheck.h" #include "../types.h" -#include "assignments.h" #include "blocks.h" +#include "declarations.h" #include "integers.h" #include "lists.h" #include "promotions.h" |
