mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
* chew.c: Use #include "" instead of <> for local header files.
This commit is contained in:
@@ -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>
|
2002-04-20 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
Foo. */
|
Foo. */
|
||||||
|
|
||||||
#include <ansidecl.h>
|
#include "ansidecl.h"
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user