mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Remove tqual.h includes not needed.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user