summaryrefslogtreecommitdiff
path: root/src/backend/utils/Gen_fmgrtab.pl
diff options
context:
space:
mode:
authorPeter Eisentraut2024-10-27 07:18:25 +0000
committerPeter Eisentraut2024-10-27 07:26:50 +0000
commite18512c000eeb0da3509c37ef4a3ce0530b396bd (patch)
tree20cb8360ab991684da924cde8b7c40852146d1b3 /src/backend/utils/Gen_fmgrtab.pl
parent3aa2373c114124f62e80016d8939331fcb4d5586 (diff)
Remove unused #include's from backend .c files
as determined by IWYU These are mostly issues that are new since commit dbbca2cf299. Discussion: https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org
Diffstat (limited to 'src/backend/utils/Gen_fmgrtab.pl')
-rw-r--r--src/backend/utils/Gen_fmgrtab.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/utils/Gen_fmgrtab.pl b/src/backend/utils/Gen_fmgrtab.pl
index 37628a85c73..738828b95c6 100644
--- a/src/backend/utils/Gen_fmgrtab.pl
+++ b/src/backend/utils/Gen_fmgrtab.pl
@@ -182,7 +182,6 @@ print $tfh <<TFH;
#include "postgres.h"
-#include "access/transam.h"
#include "utils/fmgrtab.h"
#include "utils/fmgrprotos.h"