Commit 36635152 by Graham Stott Committed by Per Bothner

parse.y: include system.h instead of including standard headers directly with the...

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

From-SVN: r24519
parent 0d34ccb7
......@@ -46,17 +46,9 @@ Some rules have been modified to support JDK1.1 inner classes
definitions and other extensions. */
%{
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#ifdef __STDC__
#include <stdarg.h>
#else
#include <varargs.h>
#endif
#include "config.h"
#include "system.h"
#include <dirent.h>
#include "tree.h"
#include "rtl.h"
#include "obstack.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment