From 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Sep 2011 10:03:22 -0400 Subject: Remove unnecessary #include references, per pgrminclude script. --- src/backend/access/gist/gistutil.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/backend/access/gist/gistutil.c') diff --git a/src/backend/access/gist/gistutil.c b/src/backend/access/gist/gistutil.c index 1754a10369..448d8bce05 100644 --- a/src/backend/access/gist/gistutil.c +++ b/src/backend/access/gist/gistutil.c @@ -17,11 +17,8 @@ #include "access/gist_private.h" #include "access/reloptions.h" -#include "storage/freespace.h" #include "storage/indexfsm.h" #include "storage/lmgr.h" -#include "storage/bufmgr.h" -#include "utils/rel.h" /* * static *S used for temrorary storage (saves stack and palloc() call) -- cgit v1.2.1