diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:27:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:27:16 +0000 |
| commit | e2329091571485fa6d384be043e50c3ad8e71179 (patch) | |
| tree | 1656acd996e6d5f9dd7302c9b5232253f6bf7a12 /src/backend/lib/hasht.c | |
| parent | 7385619f14eca67b7dccf950c4865f90cce035a0 (diff) | |
| download | postgresql-e2329091571485fa6d384be043e50c3ad8e71179.tar.gz | |
Slowly getting faster to make sure it compiles...still needs cleaning
up, but one thing at a time :)
Diffstat (limited to 'src/backend/lib/hasht.c')
| -rw-r--r-- | src/backend/lib/hasht.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/lib/hasht.c b/src/backend/lib/hasht.c index 8e77c3836c..fdfd2e3735 100644 --- a/src/backend/lib/hasht.c +++ b/src/backend/lib/hasht.c @@ -8,15 +8,15 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.2 1996/10/31 10:26:32 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.3 1996/11/06 08:27:13 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include "postgres.h" -#include "utils/memutils.h" -#include "utils/elog.h" -#include "utils/hsearch.h" -#include "lib/hasht.h" +#include <postgres.h> + +#include <utils/memutils.h> +#include <utils/hsearch.h> +#include <lib/hasht.h> /* ----------------------------------- * HashTableWalk |
