parse.y: include system.h instead of including standard headers directly with the...
authorGraham Stott <grahams@rcp.co.uk>
Wed, 6 Jan 1999 17:36:52 +0000 (09:36 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 6 Jan 1999 17:36:52 +0000 (09:36 -0800)

* parse.y : include system.h instead of including
standard headers directly with the exception of <dirent.h>.

From-SVN: r24520

gcc/java/ChangeLog

index 32fa2da..765d0d0 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan  6 14:53:10 1999  Graham <grahams@rcp.co.uk>
+
+       * parse.y : include system.h instead of including
+       standard headers directly with the exception of <dirent.h>.
+
 Wed Jan  6 16:20:06 1999  Per Bothner  <bothner@cygnus.com>
 
        * lex.h:  Moved static function declarations to lex.c,