diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 09:51:30 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 09:51:30 +0000 |
commit | 99412aef2326b5610a64a2fd2611bc0fb003296e (patch) | |
tree | ebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/utils/palloc.h | |
parent | 3341750769e061e83c068b5b78a048d6cba733ca (diff) |
remove:
#include "postgres.h"
#include "c.h"
Diffstat (limited to 'src/include/utils/palloc.h')
-rw-r--r-- | src/include/utils/palloc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index d3953e941a3..03767ce8a8e 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); |