aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-08-18 18:31:36 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-08-18 18:31:36 -0400
commit3f1cee416602070225b81deb8c2222a5324f8204 (patch)
treeaa9578558d176ea5bebd796503fcb1944f82e0ca /main.c
parentb4d095d8616c8a5f2d85f8dc91b8429b0a7108a3 (diff)
Fix clean up header includes
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index da597eb..34acd52 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,5 @@
+#include "pc.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
@@ -5,7 +7,6 @@
#include "node.h"
#include "scope.h"
#include "y.tab.h"
-#include "pc.h"
extern char *yytext;
extern int line_num;