From a9591ce66aa69e82196800b0f4f7b6e35aea8e49 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 23:04:24 +0000 Subject: Change #include's to use <> and "" as appropriate. --- src/backend/lib/bit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/lib/bit.c') diff --git a/src/backend/lib/bit.c b/src/backend/lib/bit.c index 8dabbc658ca..46742b14e80 100644 --- a/src/backend/lib/bit.c +++ b/src/backend/lib/bit.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.7 1999/07/15 22:39:11 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.8 1999/07/15 23:03:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,9 +15,9 @@ /* * utils/memutils.h contains declarations of the functions in this file */ -#include +#include "postgres.h" -#include +#include "utils/bit.h" void BitArraySetBit(BitArray bitArray, BitIndex bitIndex) -- cgit v1.2.3