2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Removed a seemingly redundant #include <sys/stat.h> in the main Boost Jam header file.

[SVN r79259]
This commit is contained in:
Jurko Gospodnetić
2012-07-04 09:45:54 +00:00
parent ac84e70307
commit 0d06e080dc

View File

@@ -291,7 +291,6 @@
/* All the UNIX includes */
#include <sys/types.h>
#include <sys/stat.h>
#ifndef OS_MPEIX
#include <sys/file.h>