1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Welp, another subdirectory cleaned out of redundant/unused #include

files
This commit is contained in:
Marc G. Fournier
1996-10-19 06:27:33 +00:00
parent e77f64af62
commit 0eac5b0ed5
11 changed files with 35 additions and 93 deletions

View File

@ -6,30 +6,18 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execnodes.h,v 1.1 1996/08/28 01:57:30 scrappy Exp $
* $Id: execnodes.h,v 1.2 1996/10/19 06:27:25 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECNODES_H
#define EXECNODES_H
#include "postgres.h"
#include "nodes/nodes.h"
#include "nodes/primnodes.h"
#include "nodes/pg_list.h"
#include "nodes/memnodes.h"
#include "storage/item.h"
#include "nodes/params.h"
#include "access/sdir.h"
#include "access/htup.h"
#include "access/tupdesc.h"
#include "access/funcindex.h"
#include "utils/rel.h"
#include "access/relscan.h"
#include "executor/hashjoin.h"
#include "executor/tuptable.h"
#include "nodes/primnodes.h"
#include "nodes/memnodes.h"
/* ----------------
* IndexInfo information