* chew.c: Use #include "" instead of <> for local header files.

This commit is contained in:
Alan Modra 2002-05-25 12:50:18 +00:00
parent d1329ca363
commit f742faa65b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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>