aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfromparse.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-10-27 08:18:25 +0100
committerPeter Eisentraut <peter@eisentraut.org>2024-10-27 08:26:50 +0100
commite18512c000eeb0da3509c37ef4a3ce0530b396bd (patch)
tree20cb8360ab991684da924cde8b7c40852146d1b3 /src/backend/commands/copyfromparse.c
parent3aa2373c114124f62e80016d8939331fcb4d5586 (diff)
downloadpostgresql-e18512c000eeb0da3509c37ef4a3ce0530b396bd.tar.gz
postgresql-e18512c000eeb0da3509c37ef4a3ce0530b396bd.zip
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/commands/copyfromparse.c')
-rw-r--r--src/backend/commands/copyfromparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/commands/copyfromparse.c b/src/backend/commands/copyfromparse.c
index 654fecb1b14..d1d43b53d83 100644
--- a/src/backend/commands/copyfromparse.c
+++ b/src/backend/commands/copyfromparse.c
@@ -70,7 +70,6 @@
#include "libpq/pqformat.h"
#include "mb/pg_wchar.h"
#include "miscadmin.h"
-#include "nodes/miscnodes.h"
#include "pgstat.h"
#include "port/pg_bswap.h"
#include "utils/builtins.h"