diff options
Diffstat (limited to 'src/include/executor')
-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 4e3dcc81c0a..42096fda8e2 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -6,14 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.1 1996/08/28 07:22:13 scrappy Exp $ + * $Id: hashjoin.h,v 1.2 1996/10/19 06:27:33 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HASHJOIN_H #define HASHJOIN_H -#include "access/htup.h" #include "storage/ipc.h" /* ----------------- |