1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Another run through.

This gets us a clean compile of 'common' and 'gist' with *clean* #include
files
This commit is contained in:
Marc G. Fournier
1996-11-05 08:18:44 +00:00
parent 1c3a7767ca
commit d1e9a76131
10 changed files with 34 additions and 44 deletions

@ -6,32 +6,22 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: executor.h,v 1.3 1996/11/03 12:12:39 scrappy Exp $
* $Id: executor.h,v 1.4 1996/11/05 08:18:34 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECUTOR_H
#define EXECUTOR_H
#include <catalog/pg_index.h>
#include <access/itup.h>
#include <stdio.h>
#include <executor/execdesc.h>
/* ----------------------------------------------------------------
* #includes
* ----------------------------------------------------------------
*/
#include <stdio.h>
#include "access/itup.h"
#include "access/relscan.h"
#include "access/skey.h"
#include "access/sdir.h"
#include "catalog/pg_index.h"
#include "executor/execdesc.h"
#ifndef HAVE_MEMMOVE
# include "regex/utils.h"
#else
# include <string.h>
#endif
/*
* prototypes from functions in execAmi.c