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/gistxlog.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/backend/access/gist/gistxlog.c') diff --git a/src/backend/access/gist/gistxlog.c b/src/backend/access/gist/gistxlog.c index fbae13ef03..9694e32384 100644 --- a/src/backend/access/gist/gistxlog.c +++ b/src/backend/access/gist/gistxlog.c @@ -8,17 +8,13 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gistxlog.c,v 1.21 2006/07/02 02:23:18 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gistxlog.c,v 1.22 2006/07/14 14:52:16 momjian Exp $ *------------------------------------------------------------------------- */ #include "postgres.h" -#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 "utils/memutils.h" -- cgit v1.2.1