From: Marc G. Fournier <scrappy@hub.org> Date: Wed, 6 Nov 1996 09:19:16 +0000 (+0000) Subject: And another X-Git-Tag: REL2_0~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92ec7b5812334f06ee123d56b2a6b7fe399e48cc;p=postgresql And another --- diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index bb00180c50..64ecbb789c 100644 --- a/src/include/optimizer/clauses.h +++ b/src/include/optimizer/clauses.h @@ -6,15 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: clauses.h,v 1.1 1996/08/28 07:23:11 scrappy Exp $ + * $Id: clauses.h,v 1.2 1996/11/06 09:19:16 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef CLAUSES_H #define CLAUSES_H -#include "nodes/pg_list.h" -#include "nodes/primnodes.h" +#include <nodes/primnodes.h> extern Expr *make_clause(int type, Node *oper, List *args); extern bool is_opclause(Node *clause);