summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-16 11:43:30 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-16 11:43:43 -0400
commitf90b185a8a125d3a7689dad1aa196a1171a07869 (patch)
tree0330777dc4653c4dc7c05a294fcbcfa67012ba58 /src/backend/executor
parent9131bc772b0232454d7b625f11c7a9310a717f90 (diff)
Remove another no-longer-needed inclusion of predicate.h.
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/nodeBitmapHeapscan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/executor/nodeBitmapHeapscan.c b/src/backend/executor/nodeBitmapHeapscan.c
index 20d5eb14bf2..e20ef1433ed 100644
--- a/src/backend/executor/nodeBitmapHeapscan.c
+++ b/src/backend/executor/nodeBitmapHeapscan.c
@@ -42,7 +42,6 @@
#include "executor/nodeBitmapHeapscan.h"
#include "pgstat.h"
#include "storage/bufmgr.h"
-#include "storage/predicate.h"
#include "utils/memutils.h"
#include "utils/snapmgr.h"
#include "utils/tqual.h"