Don't include <sys/stat.h> twice.

From-SVN: r9506
This commit is contained in:
Richard Kenner 1995-04-27 11:42:46 -04:00
parent 06fbe18f32
commit 097d85a82b
1 changed files with 3 additions and 5 deletions

View File

@ -72,15 +72,13 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef O_RDONLY
#define O_RDONLY 0
#endif
#include "hconfig.h"
#include "obstack.h"
#include "scan.h"
#include "cpplib.h"
#ifndef O_RDONLY
#define O_RDONLY 0
#endif
#if !__STDC__
#define const /* nothing */