|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: heapam.h,v 1.42 1999/05/25 16:13:28 momjian Exp $ |
| 9 | + * $Id: heapam.h,v 1.43 1999/07/10 22:06:26 tgl Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 | #ifndefHEAPAM_H |
14 | 14 | #defineHEAPAM_H |
15 | 15 |
|
16 | | -#include<access/tupmacs.h> |
17 | | -#include<access/htup.h> |
18 | | -#include<access/relscan.h> |
19 | | -#include<storage/block.h> |
20 | | -#include<utils/rel.h> |
21 | | -#include<utils/tqual.h> |
| 16 | +#include"access/tupmacs.h" |
| 17 | +#include"access/htup.h" |
| 18 | +#include"access/relscan.h" |
| 19 | +#include"storage/block.h" |
| 20 | +#include"utils/rel.h" |
| 21 | +#include"utils/tqual.h" |
| 22 | +#include<time.h> |
22 | 23 |
|
23 | 24 | /* ---------------------------------------------------------------- |
24 | 25 | *heap access method statistics |
|