From: Marc G. Fournier Date: Wed, 6 Nov 1996 09:21:42 +0000 (+0000) Subject: Getting there, one by one... X-Git-Tag: REL2_0~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d5e79559613d98ae500f7b3237c07de345c775e;p=postgresql Getting there, one by one... --- diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 1460cb9811..6bfec41bf8 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -6,17 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: makefuncs.h,v 1.1 1996/08/28 01:57:33 scrappy Exp $ + * $Id: makefuncs.h,v 1.2 1996/11/06 09:21:42 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef MAKEFUNC_H #define MAKEFUNC_H -#include "access/attnum.h" -#include "catalog/pg_operator.h" -#include "utils/fcache.h" -#include "nodes/primnodes.h" +#include +#include extern Oper *makeOper(Oid opno, Oid opid,