From ff36ebc922566542f4f18c4e76a379bc620dfde4 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 3 Nov 1996 12:13:35 +0000 Subject: More cleans of the inter-dependencies in the #include files --- src/include/utils/memutils.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/include/utils/memutils.h') diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index bcac77fb1bc..be5ef43eac5 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.2 1996/10/31 09:51:27 scrappy Exp $ + * $Id: memutils.h,v 1.3 1996/11/03 12:13:35 scrappy Exp $ * * NOTES * some of the information in this file will be moved to @@ -81,11 +81,6 @@ s...) #define MAXALIGN(LEN)\ (((long)(LEN) + (sizeof (double) - 1)) & ~(sizeof (double) -1)) -/***************************************************************************** - * bit.h * - *****************************************************************************/ -#include "utils/bit.h" - /***************************************************************************** * oset.h -- Fixed format ordered set definitions. * *****************************************************************************/ @@ -95,8 +90,6 @@ s...) * XXX semantics of the external definitions. Otherwise, the * XXX functional interface should not change. * - * Identification: - * $Header: /cvsroot/pgsql/src/include/utils/memutils.h,v 1.2 1996/10/31 09:51:27 scrappy Exp $ */ typedef struct OrderedElemData OrderedElemData; @@ -244,9 +237,6 @@ extern void AllocSetDump(AllocSet set); * This file is OPERATING SYSTEM dependent!!! * */ -/* #include */ -/* use because it's ANSI */ -#include /* * LibCCopyLength is only used within this file. -cim 6/12/90 -- cgit v1.2.3