aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/execMain.c1
-rw-r--r--src/backend/executor/execReplication.c1
-rw-r--r--src/backend/executor/nodeLockRows.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 8ac4e56ce80..5975c5206b8 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -65,7 +65,6 @@
#include "utils/rls.h"
#include "utils/ruleutils.h"
#include "utils/snapmgr.h"
-#include "utils/tqual.h"
/* Hooks for plugins to get control in ExecutorStart/Run/Finish/End */
diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c
index a3d84f61468..589573b8799 100644
--- a/src/backend/executor/execReplication.c
+++ b/src/backend/executor/execReplication.c
@@ -34,7 +34,6 @@
#include "utils/snapmgr.h"
#include "utils/syscache.h"
#include "utils/typcache.h"
-#include "utils/tqual.h"
/*
diff --git a/src/backend/executor/nodeLockRows.c b/src/backend/executor/nodeLockRows.c
index 6b9d9bf2b8d..5a12b445a69 100644
--- a/src/backend/executor/nodeLockRows.c
+++ b/src/backend/executor/nodeLockRows.c
@@ -30,7 +30,6 @@
#include "miscadmin.h"
#include "storage/bufmgr.h"
#include "utils/rel.h"
-#include "utils/tqual.h"
/* ----------------------------------------------------------------