diff options
Diffstat (limited to 'contrib/bloom/blcost.c')
-rw-r--r-- | contrib/bloom/blcost.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bloom/blcost.c b/contrib/bloom/blcost.c index f9fe57fb845..b2cd6499984 100644 --- a/contrib/bloom/blcost.c +++ b/contrib/bloom/blcost.c @@ -12,11 +12,10 @@ */ #include "postgres.h" +#include "bloom.h" #include "fmgr.h" #include "utils/selfuncs.h" -#include "bloom.h" - /* * Estimate cost of bloom index scan. */ |