|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: heapam.h,v 1.4 1996/11/03 08:17:18 scrappy Exp $ |
| 9 | + * $Id: heapam.h,v 1.5 1996/11/05 07:22:50 scrappy Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 | #ifndefHEAPAM_H |
14 | 14 | #defineHEAPAM_H |
15 | 15 |
|
16 | | -#include"access/relscan.h" |
17 | | -#include"storage/buf.h" |
| 16 | +#include<access/relscan.h> |
18 | 17 |
|
19 | 18 | /* ---------------------------------------------------------------- |
20 | 19 | *heap access method statistics |
@@ -83,7 +82,6 @@ extern HeapAccessStatistics heap_access_stats;/* in stats.c */ |
83 | 82 | * ---------------- |
84 | 83 | */ |
85 | 84 | /* heap_create, heap_creatr, and heap_destroy are declared in catalog/heap.h */ |
86 | | -#include"catalog/heap.h" |
87 | 85 |
|
88 | 86 | /* heapam.c */ |
89 | 87 | externvoiddoinsert(Relationrelation,HeapTupletup); |
|