diff options
Diffstat (limited to 'src/include/access/hio.h')
| -rw-r--r-- | src/include/access/hio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index bf5164b5e8..d94d959b7a 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.11 1999/05/25 16:13:29 momjian Exp $ + * $Id: hio.h,v 1.12 1999/07/15 15:20:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,8 +14,6 @@ #define HIO_H #include <access/htup.h> -#include <utils/rel.h> - extern void RelationPutHeapTuple(Relation relation, Buffer buffer, HeapTuple tuple); |
