mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* chew.c: Use #include "" instead of <> for local header files.
This commit is contained in:
parent
d1329ca363
commit
f742faa65b
@ -1,3 +1,7 @@
|
||||
2002-05-25 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* chew.c: Use #include "" instead of <> for local header files.
|
||||
|
||||
2002-04-20 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
@ -82,7 +82,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
Foo. */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include "ansidecl.h"
|
||||
#include "sysdep.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user