aboutsummaryrefslogtreecommitdiff
path: root/pc.l
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-07-14 13:21:44 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-07-14 13:21:44 -0400
commit8d7ae7450d80bb4ffee54cee40e56a0023e62889 (patch)
treeef037a6a51103c286b4f13a9c8f9aa6ef4c69be6 /pc.l
parent4c7b69798d350d99b7f97ced630050fbd63c804b (diff)
Fix include order
Diffstat (limited to 'pc.l')
-rw-r--r--pc.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc.l b/pc.l
index 4c8ac40..f1ac84f 100644
--- a/pc.l
+++ b/pc.l
@@ -1,7 +1,7 @@
%{
-#include "pc.h"
#include "y.tab.h"
+#include "pc.h"
int line_num=1;