File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
#ifndef EXECDESC_H
15
15
#define EXECDESC_H
16
16
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>
20
21
21
22
/* ----------------
22
23
* query descriptor:
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
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 $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
13
13
#ifndef PLANNODES_H
14
14
#define PLANNODES_H
15
15
16
- #include "nodes/primnodes.h"
16
+ #include <nodes/execnodes.h>
17
+ #include <nodes/nodes.h>
17
18
18
19
/* ----------------------------------------------------------------
19
20
* Executor State types are used in the plannode structures
49
50
*
50
51
* ----------------------------------------------------------------
51
52
*/
52
- #include "nodes/execnodes.h" /* XXX move executor types elsewhere */
53
53
54
54
55
55
/* ----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments