]> granicus.if.org Git - postgresql/commitdiff
Remove another no-longer-needed inclusion of predicate.h.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 15:43:30 +0000 (11:43 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 15:43:43 +0000 (11:43 -0400)
src/backend/executor/nodeBitmapHeapscan.c

index 20d5eb14bf2c18ff764f7e31906a40d014746b01..e20ef1433ed1d2343e37266cc79e19a413dfa8a2 100644 (file)
@@ -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"