1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Welp, another subdirectory cleaned out of redundant/unused #include

files
This commit is contained in:
Marc G. Fournier
1996-10-19 06:27:33 +00:00
parent e77f64af62
commit 0eac5b0ed5
11 changed files with 35 additions and 93 deletions

View File

@@ -6,19 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.1 1996/08/28 01:58:01 scrappy Exp $
* $Id: bufmgr.h,v 1.2 1996/10/19 06:27:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BUFMGR_H
#define BUFMGR_H
#include "c.h"
#include "machine.h" /* for BLCKSZ */
#include "utils/rel.h"
#include "storage/buf_internals.h" /* UGLY! -- ay */
#include <stdio.h>
/*
* the maximum size of a disk block for any possible installation.