Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 92ec7b5

Browse files
committed
And another
1 parent 8b6b4d0 commit 92ec7b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/include/optimizer/clauses.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: clauses.h,v 1.1 1996/08/28 07:23:11 scrappy Exp $
9+
* $Id: clauses.h,v 1.2 1996/11/06 09:19:16 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef CLAUSES_H
1414
#define CLAUSES_H
1515

16-
#include "nodes/pg_list.h"
17-
#include "nodes/primnodes.h"
16+
#include <nodes/primnodes.h>
1817

1918
extern Expr *make_clause(int type, Node *oper, List *args);
2019
extern bool is_opclause(Node *clause);

0 commit comments

Comments
 (0)