]> Shamusworld >> Repos - rmac/blobdiff - object.c
Code cleanup from last patch, also, version bump for same. :-)
[rmac] / object.c
index af019f07c14a8ef32d78e04d655840443d131040..c20e714672ae71bbec86b1d5ead44e2a7e547ae9 100644 (file)
--- a/object.c
+++ b/object.c
@@ -7,12 +7,12 @@
 //
 
 #include "object.h"
+#include "6502.h"
 #include "error.h"
 #include "mark.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "symbol.h"
-extern void m6502obj(int ofd);
 
 //#define DEBUG_ELF