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/executor/spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/executor/spi.c') diff --git a/src/backend/executor/spi.c b/src/backend/executor/spi.c index 333968676d4..18393482d1b 100644 --- a/src/backend/executor/spi.c +++ b/src/backend/executor/spi.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.151 2006/04/22 01:25:58 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.152 2006/07/14 14:52:19 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,6 @@ #include "catalog/heap.h" #include "commands/trigger.h" #include "executor/spi_priv.h" -#include "tcop/tcopprot.h" #include "utils/lsyscache.h" #include "utils/memutils.h" #include "utils/typcache.h" -- cgit v1.2.3