diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:34:30 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:34:30 +0000 |
commit | 3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (patch) | |
tree | 702453a4508ebcc6cd43d70608316f8b3b074c04 /src/backend/access/hash/hashutil.c | |
parent | 5eee45ea058508209ae80fdbce9d3ca24123387b (diff) | |
download | postgresql-3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9.tar.gz postgresql-3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9.zip |
Okay...another directory cleaned out and compilable
Diffstat (limited to 'src/backend/access/hash/hashutil.c')
-rw-r--r-- | src/backend/access/hash/hashutil.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/backend/access/hash/hashutil.c b/src/backend/access/hash/hashutil.c index f8f49fe7983..fd035ee2a98 100644 --- a/src/backend/access/hash/hashutil.c +++ b/src/backend/access/hash/hashutil.c @@ -7,24 +7,13 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.1.1.1 1996/07/09 06:21:10 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.2 1996/10/20 06:34:30 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" - -#include "storage/bufmgr.h" -#include "storage/bufpage.h" -#include "fmgr.h" -#include "utils/elog.h" -#include "utils/palloc.h" +#include "postgres.h" #include "utils/rel.h" -#include "utils/excid.h" - -#include "access/heapam.h" -#include "access/genam.h" -#include "access/iqual.h" #include "access/hash.h" ScanKey |