* chew.c: Don't include sysdep.h.

This commit is contained in:
Kazu Hirata 2005-07-22 18:16:17 +00:00
parent 9f971fcbd4
commit d8bacf76e8
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-22 Kazu Hirata <kazu@codesourcery.com>
* chew.c: Don't include sysdep.h.
2005-05-09 Daniel Jacobowitz <dan@codesourcery.com> 2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.am: Use a temporary file to build chew. * Makefile.am: Use a temporary file to build chew.

View File

@ -83,7 +83,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
Foo. */ Foo. */
#include "ansidecl.h" #include "ansidecl.h"
#include "sysdep.h"
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>