mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
No need to specify explicit paths in #include statements.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4943 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8c0a0fa4a3
commit
8386b47074
@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998 Ullrich von Bassewitz */
|
||||
/* Wacholderweg 14 */
|
||||
/* D-70597 Stuttgart */
|
||||
/* EMail: uz@musoftware.de */
|
||||
/* (C) 1998-2011, Ullrich von Bassewitz */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@ -40,7 +40,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../common/objdefs.h"
|
||||
/* common */
|
||||
#include "objdefs.h"
|
||||
|
||||
|
||||
|
||||
@ -66,7 +67,7 @@ void ObjExtract (const char* Name);
|
||||
|
||||
/* End of objfile.h */
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user