]> Shamusworld >> Repos - rmac/blobdiff - eagen.c
Long forgotten helper script which is used to create tables for VS builds
[rmac] / eagen.c
diff --git a/eagen.c b/eagen.c
index 1f18b8598df87c4629b680730428df3740b5d0b1..e416f233e5df4bb199453113daf7e75ed1b6d69b 100644 (file)
--- a/eagen.c
+++ b/eagen.c
@@ -1,17 +1,17 @@
 //
 // RMAC - Reboot's Macro Assembler for all Atari computers
 // EAGEN.C - Effective Address Code Generation
-// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
 
 #include "eagen.h"
 #include "amode.h"
-#include "sect.h"
-#include "mark.h"
 #include "error.h"
+#include "fltpoint.h"
 #include "mach.h"
+#include "mark.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "token.h"