mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03: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:
		| @@ -14,7 +14,6 @@ | ||||
|  | ||||
| #include <ctype.h> | ||||
| #include <fcntl.h> | ||||
| #include <sys/stat.h> | ||||
| #include <time.h> | ||||
|  | ||||
| #include "common/file_utils.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user