From: Marc G. Fournier Date: Tue, 5 Nov 1996 07:18:05 +0000 (+0000) Subject: And another... X-Git-Tag: REL2_0~245 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=54c2aa99bd192f67edb91a908578735aa01896cc;p=users%2Fc2main%2Fpostgres.git And another... --- diff --git a/src/include/access/heaptuple.h b/src/include/access/heaptuple.h index 14de5b094e..f01217b97c 100644 --- a/src/include/access/heaptuple.h +++ b/src/include/access/heaptuple.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heaptuple.h,v 1.2 1996/11/03 08:17:19 scrappy Exp $ + * $Id: heaptuple.h,v 1.3 1996/11/05 07:18:05 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HEAPTUPLE_H #define HEAPTUPLE_H -#include "access/htup.h" -#include "storage/buf.h" -#include "access/tupdesc.h" +#include +#include +#include extern char *heap_getattr(HeapTuple tup, Buffer b,