From: cuz Date: Tue, 1 May 2001 19:59:55 +0000 (+0000) Subject: Working on the backend X-Git-Tag: V2.12.0~2859 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9677becc1d841a0a5e793847a09ea993990ff59;p=cc65 Working on the backend git-svn-id: svn://svn.cc65.org/cc65/trunk@704 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/codeseg.c b/src/cc65/codeseg.c index 959efbfe4..4ec6c07d9 100644 --- a/src/cc65/codeseg.c +++ b/src/cc65/codeseg.c @@ -44,10 +44,12 @@ #include "xmalloc.h" #include "xsprintf.h" +/* cc65 */ +#include "error.h" + /* b6502 */ #include "codeent.h" #include "codeinfo.h" -#include "error.h" #include "codeseg.h" diff --git a/src/cc65/opcodes.c b/src/cc65/opcodes.c index 6dd6cf409..33af86d48 100644 --- a/src/cc65/opcodes.c +++ b/src/cc65/opcodes.c @@ -40,7 +40,7 @@ /* common */ #include "check.h" -/* cc65 */ +/* b6502 */ #include "codeinfo.h" #include "opcodes.h"