aboutsummaryrefslogtreecommitdiff
path: root/tasm/gen/gen_parser.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-10-29 13:16:25 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2023-10-29 13:16:25 +0200
commit80d78c5589d42f81b04e671b28c103a2112458d1 (patch)
tree81390d685648d25dd05dfa0092deb0587821cf5a /tasm/gen/gen_parser.c
parentb7525c84619f7bc28bcd3c43aa119d1c6bc23b6d (diff)
downloadtri-80d78c5589d42f81b04e671b28c103a2112458d1.tar.gz
tri-80d78c5589d42f81b04e671b28c103a2112458d1.zip
move common stuff to core
+ Might have to come up with a better name, but works for now
Diffstat (limited to 'tasm/gen/gen_parser.c')
-rw-r--r--tasm/gen/gen_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasm/gen/gen_parser.c b/tasm/gen/gen_parser.c
index 9e2a4cf..aadb8fb 100644
--- a/tasm/gen/gen_parser.c
+++ b/tasm/gen/gen_parser.c
@@ -80,8 +80,8 @@
#include <tasm/assembler.h>
#include <tasm/parser.h>
-#include <tasm/bits.h>
-#include <tasm/regs.h>
+#include <bits.h>
+#include <regs.h>
#include <tri.h>