aboutsummaryrefslogtreecommitdiff
path: root/tasm/src/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'tasm/src/parser.y')
-rw-r--r--tasm/src/parser.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasm/src/parser.y b/tasm/src/parser.y
index 559cbba..64418d1 100644
--- a/tasm/src/parser.y
+++ b/tasm/src/parser.y
@@ -13,8 +13,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>
%}