* chew.c: Don't include sysdep.h.
This commit is contained in:
parent
9f971fcbd4
commit
d8bacf76e8
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* Makefile.am: Use a temporary file to build chew.
|
||||
|
|
|
@ -83,7 +83,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
Foo. */
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "sysdep.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Reference in a new issue