From f9ef578d050c509d0f4bc02b3c0a3a0497056a2a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 14 Nov 2014 21:48:53 -0300 Subject: postgres_fdw.h: don't pull in rel.h when relcache.h is enough --- contrib/postgres_fdw/postgres_fdw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/postgres_fdw/postgres_fdw.h') diff --git a/contrib/postgres_fdw/postgres_fdw.h b/contrib/postgres_fdw/postgres_fdw.h index 94eadae8916..0382c5572fc 100644 --- a/contrib/postgres_fdw/postgres_fdw.h +++ b/contrib/postgres_fdw/postgres_fdw.h @@ -16,7 +16,7 @@ #include "foreign/foreign.h" #include "lib/stringinfo.h" #include "nodes/relation.h" -#include "utils/rel.h" +#include "utils/relcache.h" #include "libpq-fe.h" -- cgit v1.2.3