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/gistproc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/access/gist/gistproc.c') diff --git a/src/backend/access/gist/gistproc.c b/src/backend/access/gist/gistproc.c index 0e3bd53d7db..ff7bd7272ee 100644 --- a/src/backend/access/gist/gistproc.c +++ b/src/backend/access/gist/gistproc.c @@ -10,14 +10,13 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.6 2006/06/28 12:00:14 teodor Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.7 2006/07/14 14:52:16 momjian Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" #include "access/gist.h" -#include "access/itup.h" #include "access/skey.h" #include "utils/geo_decls.h" -- cgit v1.2.3