diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 22:58:26 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 22:58:26 +0000 |
commit | ca112038ab2fd5c85012cc7d2530aa07b07e30ce (patch) | |
tree | 4ef62ad9055e68e886ee14efc6f6b3c1eeda0e78 /src/backend/access/heap/hio.c | |
parent | 302b809793a29fac0aa9c98ac38f6371b1e0ad06 (diff) | |
download | postgresql-ca112038ab2fd5c85012cc7d2530aa07b07e30ce.tar.gz postgresql-ca112038ab2fd5c85012cc7d2530aa07b07e30ce.zip |
More include file cleanups
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r-- | src/backend/access/heap/hio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c index 5c4d115108e..f5b5ab0975f 100644 --- a/src/backend/access/heap/hio.c +++ b/src/backend/access/heap/hio.c @@ -7,14 +7,13 @@ * * * IDENTIFICATION - * $Id: hio.c,v 1.7 1996/11/03 12:34:52 scrappy Exp $ + * $Id: hio.c,v 1.8 1996/11/03 22:57:28 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "storage/buf.h" #include "storage/bufpage.h" #include "access/relscan.h" #include "access/heapam.h" |