From: Tom Lane Date: Thu, 16 Jun 2011 15:43:30 +0000 (-0400) Subject: Remove another no-longer-needed inclusion of predicate.h. X-Git-Tag: REL9_1_BETA3~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90b185a8a125d3a7689dad1aa196a1171a07869;p=postgresql Remove another no-longer-needed inclusion of predicate.h. --- 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"