mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 14:54:02 -05:00
Remove unneeded includes of <sys/stat.h>
Sincebfb9dfd, none of the files updated in this commit have any stat() calls, so these inclusions are not necessary, for the same reasons as233cf6e. Per discussion with John Naylor. Discussion: https://postgr.es/m/CAFBsxsGGGX7KD6RxbNoSJzuSc8Gz3hOxcfhTOMLB_hJcm68dKQ@mail.gmail.com
This commit is contained in:
parent
a5ac3e76fe
commit
2a71de8915
3 changed files with 0 additions and 3 deletions
|
|
@ -102,7 +102,6 @@
|
|||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/heapam.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "common/file_utils.h"
|
||||
#include "miscadmin.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "common/file_utils.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue