From: Tomas Vondra Date: Sun, 28 Aug 2016 00:04:41 +0000 (+0200) Subject: remove unnecessary header changes from indexam.c X-Git-Tag: XL9_5_R1_4~27 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ff67102b39e33b13f2866f7f7dd276ffa977d0e6;p=postgres-xl.git remove unnecessary header changes from indexam.c --- diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c index 82784dfdfd..2b27e732f1 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -77,10 +77,6 @@ #include "storage/predicate.h" #include "utils/snapmgr.h" #include "utils/tqual.h" -#ifdef PGXC -#include "utils/lsyscache.h" -#include "pgxc/pgxc.h" -#endif /* ----------------------------------------------------------------