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_2_BETA1~1552 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=307a4c2cbbb8e824163fca354783e79d2892d231;p=thirdparty%2Fpostgresql.git Remove another no-longer-needed inclusion of predicate.h. --- 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"