X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=riscasm.c;h=74de784e839ceb91fde20d4300a064112e49606c;hp=fb29b5a3ed5fee45f67f4efdd45ecdc34dea60ca;hb=ff2052bcaa1428a33a202822a81a6f9b8e567ef4;hpb=052be802baa4836564801c780b1d432cfe17c576 diff --git a/riscasm.c b/riscasm.c index fb29b5a..74de784 100644 --- 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