diff options
Diffstat (limited to 'src/include/access/funcindex.h')
-rw-r--r-- | src/include/access/funcindex.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/funcindex.h b/src/include/access/funcindex.h index fe22fabbdd..a1e1aeacf3 100644 --- a/src/include/access/funcindex.h +++ b/src/include/access/funcindex.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: funcindex.h,v 1.1 1996/08/27 21:50:08 scrappy Exp $ + * $Id: funcindex.h,v 1.2 1996/08/28 01:56:16 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef _FUNC_INDEX_INCLUDED_ #define _FUNC_INDEX_INCLUDED_ -#include "postgres.h" - typedef struct { int nargs; Oid arglist[8]; |