]> Shamusworld >> Repos - rmac/blobdiff - riscasm.c
Code cleanup, version bump for last commit. :-)
[rmac] / riscasm.c
index fb29b5a3ed5fee45f67f4efdd45ecdc34dea60ca..74de784e839ceb91fde20d4300a064112e49606c 100644 (file)
--- a/riscasm.c
+++ b/riscasm.c
@@ -7,13 +7,14 @@
 //
 
 #include "riscasm.h"
+#include "amode.h"
+#include "direct.h"
 #include "error.h"
-#include "sect.h"
-#include "token.h"
 #include "expr.h"
-#include "direct.h"
 #include "mark.h"
-#include "amode.h"
+#include "procln.h"
+#include "sect.h"
+#include "token.h"
 
 #define DEF_MR                         // Declare keyword values
 #include "risckw.h"                    // Incl. generated risc keywords