Skip to content

Commit 233cf6e

Browse files
committed
Remove outdated include
In the wake of bfb9dfd, there are no longer any stat() calls in guc-file.l, but the work leading to dac048f did not get the memo. Noted by Michael Paquier Discussion: https://www.postgresql.org/message-id/Y2OosGi1Xh9x/lEn%40paquier.xyz
1 parent b0284bf commit 233cf6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/utils/misc/guc-file.l

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "postgres.h"
1111

1212
#include <ctype.h>
13-
#include <sys/stat.h>
1413
#include <unistd.h>
1514

1615
#include "common/file_utils.h"

0 commit comments

Comments
 (0)