]> Shamusworld >> Repos - rmac/blobdiff - eagen.c
Lots of fixes for floating point handling; version now at 1.11.0.
[rmac] / eagen.c
diff --git a/eagen.c b/eagen.c
index 1f18b8598df87c4629b680730428df3740b5d0b1..ae349b8d22eade09a446ed9cc7c2f28341c3844b 100644 (file)
--- a/eagen.c
+++ b/eagen.c
@@ -8,10 +8,10 @@
 
 #include "eagen.h"
 #include "amode.h"
 
 #include "eagen.h"
 #include "amode.h"
-#include "sect.h"
-#include "mark.h"
 #include "error.h"
 #include "error.h"
+#include "fltpoint.h"
 #include "mach.h"
 #include "mach.h"
+#include "mark.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "token.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "token.h"