diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:56:04 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:56:04 +0000 |
commit | dd007d4c3981b04776cf709b30f5b70706ecd322 (patch) | |
tree | f71bb2b2b04eeae4a1dcd73b153edcc0cdc06e10 /src/backend/access/heap/hio.c | |
parent | 2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (diff) |
Another directory cleaned out
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r-- | src/backend/access/heap/hio.c | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c index 8a95749c152..9db1d416629 100644 --- a/src/backend/access/heap/hio.c +++ b/src/backend/access/heap/hio.c @@ -7,29 +7,19 @@ * * * IDENTIFICATION - * $Id: hio.c,v 1.2 1996/10/18 07:43:43 vadim Exp $ + * $Id: hio.c,v 1.3 1996/10/20 06:56:02 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include <string.h> -#include "c.h" - -#include "access/heapam.h" -#include "access/hio.h" +#include "postgres.h" +#include "utils/rel.h" #include "access/htup.h" - -#include "storage/block.h" #include "storage/buf.h" -#include "storage/bufmgr.h" #include "storage/bufpage.h" -#include "storage/itemid.h" -#include "storage/itemptr.h" -#include "storage/off.h" - -#include "utils/memutils.h" -#include "utils/elog.h" -#include "utils/rel.h" +#include "access/relscan.h" +#include "access/heapam.h" +#include "storage/bufmgr.h" /* * amputunique - place tuple at tid |