Commit 097d85a8 by Richard Kenner

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

From-SVN: r9506
parent 06fbe18f
......@@ -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 */
......
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