diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:03:22 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-01 10:04:27 -0400 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/backend/access/gist/gistutil.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
download | postgresql-6416a82a62db4e66b2edb0fa8fc83a580c3f1931.tar.gz |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
-rw-r--r-- | src/backend/access/gist/gistutil.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |