From a12a23f0d03cc8bf22c6c38bc2394753ec34fcdf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 30 May 2000 00:49:57 +0000 Subject: Remove unused include files. Do not touch /port or includes used by defines. --- src/backend/utils/adt/pg_lzcompress.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/utils/adt/pg_lzcompress.c') diff --git a/src/backend/utils/adt/pg_lzcompress.c b/src/backend/utils/adt/pg_lzcompress.c index ddeb8b5a510..f4e6ac5be37 100644 --- a/src/backend/utils/adt/pg_lzcompress.c +++ b/src/backend/utils/adt/pg_lzcompress.c @@ -1,7 +1,7 @@ /* ---------- * pg_lzcompress.c - * - * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.4 2000/04/12 17:15:51 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.5 2000/05/30 00:49:53 momjian Exp $ * * This is an implementation of LZ compression for PostgreSQL. * It uses a simple history table and generates 2-3 byte tags @@ -124,7 +124,6 @@ #include #include "postgres.h" -#include "utils/palloc.h" #include "utils/pg_lzcompress.h" -- cgit v1.2.3