Include file path changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@243 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a01a9429ba
commit
b01c0adf49
4 changed files with 41 additions and 33 deletions
|
@ -38,9 +38,11 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../common/fname.h"
|
||||
#include "../common/objdefs.h"
|
||||
/* common */
|
||||
#include "fname.h"
|
||||
#include "objdefs.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "global.h"
|
||||
#include "error.h"
|
||||
#include "objfile.h"
|
||||
|
|
|
@ -40,9 +40,11 @@
|
|||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "../common/fname.h"
|
||||
#include "../common/xmalloc.h"
|
||||
/* common */
|
||||
#include "fname.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "condasm.h"
|
||||
#include "error.h"
|
||||
#include "global.h"
|
||||
|
|
|
@ -35,10 +35,12 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/symdefs.h"
|
||||
#include "../common/hashstr.h"
|
||||
#include "../common/xmalloc.h"
|
||||
/* common */
|
||||
#include "symdefs.h"
|
||||
#include "hashstr.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "global.h"
|
||||
#include "error.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -36,12 +36,14 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/exprdefs.h"
|
||||
#include "../common/hashstr.h"
|
||||
#include "../common/segdefs.h"
|
||||
#include "../common/symdefs.h"
|
||||
#include "../common/xmalloc.h"
|
||||
/* common */
|
||||
#include "exprdefs.h"
|
||||
#include "hashstr.h"
|
||||
#include "segdefs.h"
|
||||
#include "symdefs.h"
|
||||
#include "xmalloc.h"
|
||||
|
||||
/* ld65 */
|
||||
#include "error.h"
|
||||
#include "expr.h"
|
||||
#include "fileio.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue