diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 01:59:28 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 01:59:28 +0000 |
commit | 105409746499657acdffc109db9d343b464bda1f (patch) | |
tree | ad73a9b45b4500ddedb5b7d18edcf90ec7cb35c5 /src/include/access/funcindex.h | |
parent | ca405ae4bf50a0074cf6e7ffb4873d5c9a861403 (diff) | |
download | postgresql-105409746499657acdffc109db9d343b464bda1f.tar.gz |
More cleanups of the include files
- centralizing to simplify the -I's required to compile
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]; |