mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
another pass through.
Note. all include files that have been hit so far have had extraneous include files cleaned out and are reduced to...the lowest common "include file", based on 'cc -Wall -I. test.c', where test.c is: #include "postgres.h" #include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: relscan.h,v 1.4 1996/11/03 08:17:22 scrappy Exp $
|
||||
* $Id: relscan.h,v 1.5 1996/11/04 08:52:41 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef RELSCAN_H
|
||||
#define RELSCAN_H
|
||||
|
||||
#include "utils/rel.h"
|
||||
#include "utils/tqual.h"
|
||||
#include "storage/buf.h"
|
||||
#include <utils/tqual.h>
|
||||
#include <storage/buf.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
typedef ItemPointerData MarkData;
|
||||
|
||||
|
Reference in New Issue
Block a user