From e0522505bd13bc5aae993fc50b8f420665d78e96 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Jul 2006 14:52:27 +0000 Subject: Remove 576 references of include files that were not needed. --- src/backend/access/gist/gistvacuum.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/backend/access/gist/gistvacuum.c') diff --git a/src/backend/access/gist/gistvacuum.c b/src/backend/access/gist/gistvacuum.c index 00eb2ae8ecc..e3bff5147c2 100644 --- a/src/backend/access/gist/gistvacuum.c +++ b/src/backend/access/gist/gistvacuum.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.24 2006/07/11 17:04:12 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.25 2006/07/14 14:52:16 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,14 +16,11 @@ #include "access/genam.h" #include "access/gist_private.h" -#include "access/gistscan.h" #include "access/heapam.h" -#include "catalog/index.h" #include "commands/vacuum.h" #include "miscadmin.h" #include "storage/freespace.h" #include "utils/memutils.h" -#include "storage/smgr.h" typedef struct GistBulkDeleteResult -- cgit v1.2.3