diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
commit | f7f2e18f8e002709d0b361b585c0887b718e8b93 (patch) | |
tree | 145804bc27275f934484c6ded2d951eff476252c /src/include | |
parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) | |
download | postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.tar.gz postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.zip |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/access/relscan.h | 4 | ||||
-rw-r--r-- | src/include/access/valid.h | 4 | ||||
-rw-r--r-- | src/include/nodes/parsenodes.h | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 78c91dd2508..f8d0aed6049 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.9 1997/11/20 23:23:33 momjian Exp $ + * $Id: relscan.h,v 1.10 1997/11/24 05:09:39 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RELSCAN_H #define RELSCAN_H -#include <utils/tqual.h> #include <storage/buf.h> #include <utils/rel.h> +#include <access/htup.h> typedef ItemPointerData MarkData; diff --git a/src/include/access/valid.h b/src/include/access/valid.h index fec88923dbb..555ef7446b4 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.10 1997/11/20 23:23:35 momjian Exp $ + * $Id: valid.h,v 1.11 1997/11/24 05:09:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,11 +16,11 @@ #include <fmgr.h> #include <access/heapam.h> #include <access/valid.h> -#include <utils/tqual.h> #include <storage/bufmgr.h> #include <storage/bufpage.h> #include <utils/rel.h> #include <utils/builtins.h> +#include <utils/tqual.h> /* ---------------- * extern decl's diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 298f05f3aff..c0a77d1ff3a 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -6,14 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.34 1997/11/21 19:59:39 momjian Exp $ + * $Id: parsenodes.h,v 1.35 1997/11/24 05:09:50 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PARSENODES_H #define PARSENODES_H -#include <utils/tqual.h> #include <nodes/primnodes.h> /***************************************************************************** |