remove unnecessary header changes from indexam.c
authorTomas Vondra <[email protected]>
Sun, 28 Aug 2016 00:04:41 +0000 (02:04 +0200)
committerPavan Deolasee <[email protected]>
Thu, 1 Sep 2016 06:06:34 +0000 (11:36 +0530)
src/backend/access/index/indexam.c

index 82784dfdfdf8f5f87931c130f86a1704ae9ece94..2b27e732f13e5c9e056d3b130b1b929b29143b32 100644 (file)
 #include "storage/predicate.h"
 #include "utils/snapmgr.h"
 #include "utils/tqual.h"
-#ifdef PGXC
-#include "utils/lsyscache.h"
-#include "pgxc/pgxc.h"
-#endif
 
 
 /* ----------------------------------------------------------------