1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

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
*
* $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
#define EXECDESC_H
#include "nodes/parsenodes.h"
#include "nodes/plannodes.h"
#include "tcop/dest.h"
#include <tcop/dest.h>
#include <nodes/plannodes.h>
#include <nodes/parsenodes.h>
#include <nodes/nodes.h>
/* ----------------
* query descriptor: