From f90b185a8a125d3a7689dad1aa196a1171a07869 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 16 Jun 2011 11:43:30 -0400 Subject: [PATCH] Remove another no-longer-needed inclusion of predicate.h. --- src/backend/executor/nodeBitmapHeapscan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/executor/nodeBitmapHeapscan.c b/src/backend/executor/nodeBitmapHeapscan.c index 20d5eb14bf..e20ef1433e 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" -- 2.40.0