Make sure all the cleaned up includes are commited

This commit is contained in:
Marc G. Fournier 1996-11-04 12:11:44 +00:00
parent dc037969ad
commit 0e2822072c
2 changed files with 8 additions and 7 deletions

View File

@ -7,16 +7,17 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: execdesc.h,v 1.1 1996/08/28 07:22:08 scrappy Exp $ * $Id: execdesc.h,v 1.2 1996/11/04 12:11:40 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef EXECDESC_H #ifndef EXECDESC_H
#define EXECDESC_H #define EXECDESC_H
#include "nodes/parsenodes.h" #include <tcop/dest.h>
#include "nodes/plannodes.h" #include <nodes/plannodes.h>
#include "tcop/dest.h" #include <nodes/parsenodes.h>
#include <nodes/nodes.h>
/* ---------------- /* ----------------
* query descriptor: * query descriptor:

View File

@ -6,14 +6,15 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: plannodes.h,v 1.3 1996/11/03 12:12:57 scrappy Exp $ * $Id: plannodes.h,v 1.4 1996/11/04 12:11:44 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef PLANNODES_H #ifndef PLANNODES_H
#define PLANNODES_H #define PLANNODES_H
#include "nodes/primnodes.h" #include <nodes/execnodes.h>
#include <nodes/nodes.h>
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* Executor State types are used in the plannode structures * Executor State types are used in the plannode structures
@ -49,7 +50,6 @@
* *
* ---------------------------------------------------------------- * ----------------------------------------------------------------
*/ */
#include "nodes/execnodes.h" /* XXX move executor types elsewhere */
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------