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

Commit 87b07a3

Browse files
committed
Further include file cleanups
1 parent 9e3d4c4 commit 87b07a3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/include/nodes/relation.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: relation.h,v 1.2 1996/10/31 09:49:18 scrappy Exp $
9+
* $Id: relation.h,v 1.3 1996/11/06 07:44:18 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef RELATION_H
1414
#define RELATION_H
1515

16-
#include "nodes/pg_list.h"
17-
#include "nodes/primnodes.h"
18-
#include "nodes/parsenodes.h"
19-
#include "nodes/nodes.h"
16+
#include <nodes/parsenodes.h>
17+
#include <nodes/primnodes.h>
2018

2119
/*
2220
* Relid

src/include/optimizer/xfunc.h

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

16-
#include "nodes/relation.h"
16+
#include <utils/rel.h>
17+
#include <nodes/relation.h>
1718

1819
/* command line arg flags */
1920
#define XFUNC_OFF -1 /* do no optimization of expensive preds */

0 commit comments

Comments
 (0)