diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 08:53:07 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 08:53:07 +0000 |
| commit | 434201d8d7260d478bfe6d45db30a9233c4106ef (patch) | |
| tree | 8e167909e9cd09d63d6704e78779cde509404930 /src/include/executor/hashjoin.h | |
| parent | 63482946c7237c816c72ce5e19e970f79f368aa1 (diff) | |
| download | postgresql-434201d8d7260d478bfe6d45db30a9233c4106ef.tar.gz | |
another pass through.
Note. all include files that have been hit so far have had extraneous
include files cleaned out and are reduced to...the lowest common
"include file", based on 'cc -Wall -I. test.c', where test.c is:
#include "postgres.h"
#include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
Diffstat (limited to 'src/include/executor/hashjoin.h')
| -rw-r--r-- | src/include/executor/hashjoin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 42096fda8e..6bee61ef76 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.2 1996/10/19 06:27:33 scrappy Exp $ + * $Id: hashjoin.h,v 1.3 1996/11/04 08:52:46 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HASHJOIN_H #define HASHJOIN_H -#include "storage/ipc.h" +#include <storage/ipc.h> /* ----------------- * have to use relative address as pointers in the hashtable |
