1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Cleanup of /include #include's, for 6.6 only.

This commit is contained in:
Bruce Momjian
1999-07-14 01:20:30 +00:00
parent ad4948862c
commit 0cf1b79528
71 changed files with 143 additions and 109 deletions

View File

@@ -6,27 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: valid.h,v 1.18 1999/05/26 12:56:15 momjian Exp $
* $Id: valid.h,v 1.19 1999/07/14 01:20:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VALID_H
#define VALID_H
#include <fmgr.h>
#include <access/heapam.h>
#include <access/valid.h>
#include <storage/bufmgr.h>
#include <storage/bufpage.h>
#include <utils/rel.h>
#include <utils/builtins.h>
#include <utils/tqual.h>
/* ----------------
* extern decl's
* ----------------
*/
/* ----------------
* HeapKeyTest
*