diff options
Diffstat (limited to 'src/pl/plperl/plperl.c')
-rw-r--r-- | src/pl/plperl/plperl.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index 8d94d28ee86..2fe9f688ac7 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -33,19 +33,15 @@ * ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.33 2002/09/04 20:31:47 momjian Exp $ + * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.34 2002/09/04 22:49:37 tgl Exp $ * **********************************************************************/ #include "postgres.h" /* system stuff */ -#include <stdio.h> -#include <stdlib.h> -#include <stdarg.h> #include <unistd.h> #include <fcntl.h> -#include <string.h> #include <setjmp.h> /* postgreSQL stuff */ @@ -54,7 +50,6 @@ #include "utils/elog.h" #include "fmgr.h" #include "access/heapam.h" - #include "tcop/tcopprot.h" #include "utils/syscache.h" #include "catalog/pg_language.h" |