1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Avoid inclusion of an obsolete header.

This commit is contained in:
Bruno Haible
2000-08-19 10:23:31 +00:00
parent 2cedeb9724
commit a65ffb4dec
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2000-08-19 Bruno Haible <bruno@linuix.math.u-bordeaux.fr> 2000-08-19 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
* src/iterator.cc: Don't include <stream.h>.
From Michael Deutschmann <ldeutsch@mail.netshop.net>.
* tests/Makefile.in (VALIDATE, check-lang-syntax): Use $(srcdir) where * tests/Makefile.in (VALIDATE, check-lang-syntax): Use $(srcdir) where
appropriate. appropriate.
Reported by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>. Reported by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.

View File

@@ -1,5 +1,5 @@
/* Provides an Iterator for keyword characters. /* Provides an Iterator for keyword characters.
Copyright (C) 1989-1998 Free Software Foundation, Inc. Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu) written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is part of GNU GPERF. This file is part of GNU GPERF.
@@ -20,7 +20,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
#include "iterator.h" #include "iterator.h"
#include <stream.h>
#include <ctype.h> #include <ctype.h>
#include "trace.h" #include "trace.h"