diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-14 01:20:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-14 01:20:30 +0000 |
commit | 0cf1b79528aa98fa7e0acfd60371251bd691cf5a (patch) | |
tree | d42a4ac1e1d9cb77eed2cd0a07a4e3fb536f8fa2 /src/include/access/valid.h | |
parent | ad4948862c861a26094290ba1c9c1e11e5d4f96e (diff) | |
download | postgresql-0cf1b79528aa98fa7e0acfd60371251bd691cf5a.tar.gz postgresql-0cf1b79528aa98fa7e0acfd60371251bd691cf5a.zip |
Cleanup of /include #include's, for 6.6 only.
Diffstat (limited to 'src/include/access/valid.h')
-rw-r--r-- | src/include/access/valid.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 7728eadc0d6..14970ecdb44 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -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 * |