diff options
| author | Bruce Momjian | 2006-07-13 18:01:02 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-07-13 18:01:02 +0000 |
| commit | b43ebe5f83b28e06a3fd933b989aeccf0df7844a (patch) | |
| tree | 6d8bef05f3fb96031952e993963c459c49988af6 /src/include/executor/hashjoin.h | |
| parent | b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (diff) | |
More include file adjustments.
Diffstat (limited to 'src/include/executor/hashjoin.h')
| -rw-r--r-- | src/include/executor/hashjoin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index a225056a0b5..956449e0ab6 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -7,14 +7,13 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.40 2006/07/13 17:47:02 momjian Exp $ + * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.41 2006/07/13 18:01:02 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HASHJOIN_H #define HASHJOIN_H -#include "access/htup.h" #include "fmgr.h" #include "storage/buffile.h" |
