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

Commit 0e28220

Browse files
committed
Make sure all the cleaned up includes are commited
1 parent dc03796 commit 0e28220

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/include/executor/execdesc.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: execdesc.h,v 1.1 1996/08/28 07:22:08 scrappy Exp $
10+
* $Id: execdesc.h,v 1.2 1996/11/04 12:11:40 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndef EXECDESC_H
1515
#define EXECDESC_H
1616

17-
#include "nodes/parsenodes.h"
18-
#include "nodes/plannodes.h"
19-
#include "tcop/dest.h"
17+
#include <tcop/dest.h>
18+
#include <nodes/plannodes.h>
19+
#include <nodes/parsenodes.h>
20+
#include <nodes/nodes.h>
2021

2122
/* ----------------
2223
* query descriptor:

src/include/nodes/plannodes.h

Lines changed: 3 additions & 3 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: plannodes.h,v 1.3 1996/11/03 12:12:57 scrappy Exp $
9+
* $Id: plannodes.h,v 1.4 1996/11/04 12:11:44 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef PLANNODES_H
1414
#define PLANNODES_H
1515

16-
#include "nodes/primnodes.h"
16+
#include <nodes/execnodes.h>
17+
#include <nodes/nodes.h>
1718

1819
/* ----------------------------------------------------------------
1920
* Executor State types are used in the plannode structures
@@ -49,7 +50,6 @@
4950
*
5051
* ----------------------------------------------------------------
5152
*/
52-
#include "nodes/execnodes.h" /* XXX move executor types elsewhere */
5353

5454

5555
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)