From 99412aef2326b5610a64a2fd2611bc0fb003296e Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 31 Oct 1996 09:51:30 +0000 Subject: remove: #include "postgres.h" #include "c.h" --- src/include/utils/palloc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/utils/palloc.h') diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index d3953e941a..03767ce8a8 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: palloc.h,v 1.1 1996/08/28 01:59:16 scrappy Exp $ + * $Id: palloc.h,v 1.2 1996/10/31 09:51:28 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PALLOC_H #define PALLOC_H -#include "c.h" - extern void* palloc(Size size); extern void pfree(void *pointer); extern void *repalloc(void *pointer, Size size); -- cgit v1.2.1