summaryrefslogtreecommitdiff
path: root/src/analysis
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis')
-rw-r--r--src/analysis/typecheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/typecheck.c b/src/analysis/typecheck.c
index 4a172d8..903cb75 100644
--- a/src/analysis/typecheck.c
+++ b/src/analysis/typecheck.c
@@ -1,8 +1,8 @@
+#include "typecheck.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "typecheck.h"
// ** Internal Helpers **