mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Remove outdated include
In the wake ofbfb9dfd93, there are no longer any stat() calls in guc-file.l, but the work leading todac048f71did not get the memo. Noted by Michael Paquier Discussion: https://www.postgresql.org/message-id/Y2OosGi1Xh9x/lEn%40paquier.xyz
This commit is contained in:
parent
b0284bfb1d
commit
233cf6e8ad
|
|
@ -10,7 +10,6 @@
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "common/file_utils.h"
|
#include "common/file_utils.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user